php3-list | 199807
Date: 07/09/98
- Next message: Rasmus Lerdorf: "Re: [PHP3] install"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- In reply to: Ben Laurie: "[PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Next in thread: Ben Laurie: "[PHP3] Re: [apache-ssl] Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Reply: Ben Laurie: "[PHP3] Re: [apache-ssl] Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > gcc -DLINUX=2 -DUSE_HSREGEX -DSERVER_SUBVERSION=\"PHP/3.0\" -DAPACHE_SSL
> > `../../apaci` -o gcache gcache.o gcachecommon.o -lm -lcrypt -Lmodules/php3
> > -L../modules/php3 -lmodphp3 -lgdbm -lresolv -lm -ldl -lcrypt
> > -L/usr/local/src/SSLeay-0.9.0b -lssl -lcrypto
> > ld: cannot open -lmodphp3: No such file or directory
> > make[4]: *** [gcache] Error 1
> > make[3]: *** [all] Error 1
> > make[2]: *** [subdirs] Error 1
> > make[2]: Leaving directory `/usr/local/src/apache_1.3.0/src'
> > make[1]: *** [build-std] Error 2
> > make[1]: Leaving directory `/usr/local/src/apache_1.3.0'
> > make: *** [build] Error 2
>
> This is a PHP bug - you need to persuade it to add -L../php3 as well.
Looks more like an APACI bug to me. You obviously don't need the PHP
library linked into the gcache binary.
-Rasmus
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.tryc.on.ca/php3.html
- Next message: Rasmus Lerdorf: "Re: [PHP3] install"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- In reply to: Ben Laurie: "[PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Next in thread: Ben Laurie: "[PHP3] Re: [apache-ssl] Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Reply: Ben Laurie: "[PHP3] Re: [apache-ssl] Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

