php3-list | 199807
Date: 07/09/98
- Next message: Mark Musone: "Re: [PHP3] PHP3/imap.so core dump"
- Previous message: Marcio Macedo: "[PHP3] Header question"
- In reply to: Steve Maring: "[PHP3] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Reply: Rasmus Lerdorf: "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 ]
Steve Maring wrote:
>
> During make of apache I keep getting:
>
> 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.
Cheers,
Ben.
-- Ben Laurie |Phone: +44 (181) 735 0686| Apache Group member Freelance Consultant |Fax: +44 (181) 735 0689|http://www.apache.org/ and Technical Director|Email: ben <email protected> | A.L. Digital Ltd, |Apache-SSL author http://www.apache-ssl.org/ London, England. |"Apache: TDG" http://www.ora.com/catalog/apache/WE'RE RECRUITING! http://www.aldigital.co.uk/recruit/
-- 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: Mark Musone: "Re: [PHP3] PHP3/imap.so core dump"
- Previous message: Marcio Macedo: "[PHP3] Header question"
- In reply to: Steve Maring: "[PHP3] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- Reply: Rasmus Lerdorf: "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 ]

