[PHP-DEV] Patch for BUGs 2170 (possibly 2154) From: Pedro Melo (melo <email protected>)
Date: 08/27/99

Hi! after aplying this patch, I'm able to compile 3.0.12 with apache using DSO.

It should solve BUG's 2170. Bug 2154 is similar but for 4.0b2 that I dont use
yet.

---------------- CUT HERE -----------------------
--- configure.orig Wed Jul 28 18:07:49 1999
+++ configure Fri Aug 27 20:39:18 1999
@@ -1397,7 +1397,7 @@
        if test $php_cv_cc_rpath = "yes"; then
                ld_runpath_switch="-Wl,-rpath,"
                apxs_runpath_switch="-Wl,'-rpath "
- raw_runpath_switch="-rpath "
+ raw_runpath_switch="-rpath,"
        else
                                ld_runpath_switch="-L"
                apxs_runpath_switch="-L'"
---------------- CUT HERE -----------------------

See ya

---
Pedro Melo <pedro.melo <email protected>>
IP - Engenharia de Rede <http://ip.pt/>
Av. Duque de Avila, 23, 1049-071 LISBOA - PORTUGAL
tel: +351 1 3166740/00 (24h/dia) - fax: +351 1 3166701

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>