php3-list | 199901
Date: 01/25/99
- Next message: Richard Lynch: "Re: [PHP3] calculating the size of the intersection of 2 sets"
- Previous message: Richard Lynch: "Re: [PHP3] unable to load php3_ldap.dll"
- In reply to: Rasmus Lerdorf: "Re: [PHP3] Build problem ' `libmodphp3-so.a', needed by `libphp3.so'.'"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Build problem ' `libmodphp3-so.a', needed by `libphp3.so'.'"
- Reply: Rasmus Lerdorf: "Re: [PHP3] Build problem ' `libmodphp3-so.a', needed by `libphp3.so'.'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 2:40 AM -0500 25-01-1999, Rasmus Lerdorf wrote:
>> <=== src/modules/ssl
>> ===> src/modules/php3
>> gcc -c -I../../os/unix -I../../include -DSOLARIS2=260
>> -DMOD_SSL=201108 -DUSE_
>> HSREGEX -DEAPI -O2 -I/usr/local/ssl/include `../../apaci` -fpic
>> -DSHARED_MODULE
>> mod_php3.c && mv mod_php3.o mod_php3.so-o
>> gmake[4]: *** No rule to make target `libmodphp3-so.a', needed by
>> `libphp3.so'.
Here's my configure command:
CFLAGS='-O2 -I/usr/local/ssl/include' SSL_BASE=/usr/local/ssl
./configure --pref
ix=/usr/local/apache --activate-module=src/modules/php3/libphp3.a
--enable-share
d=access --enable-shared=asis --enable-module=expires
--enable-shared=expires --
enable-shared=dir --enable-shared=include --enable-shared=log_config
--enable-mo
dule=so --enable-shared=status --enable-module=usertrack
--enable-shared=usertra
ck --enable-shared=actions --enable-shared=auth
--enable-module=auth_dbm --enabl
e-shared=auth_dbm --enable-shared=cgi --enable-shared=env
--enable-module=header
s --enable-shared=headers --enable-module=info --enable-shared=info
--enable-mod
ule=log_referer --enable-shared=log_referer --enable-module=rewrite
--enable-sha
red=rewrite --enable-module=unique_id --enable-shared=unique_id
--enable-shared=
alias --enable-shared=autoindex --enable-module=digest
--enable-shared=digest --
enable-shared=imap --enable-module=log_agent
--enable-shared=log_agent --enable-
shared=mime --enable-shared=negotiation --enable-shared=setenvif
--enable-module
=ssl --enable-shared=ssl --enable-shared=userdir --enable-shared=php3
--enable-s
uexec --suexec-caller=www --suexec-docroot=/usr/local/apache/share/
--suexec-log
file=/var/opt/apache/log/suexec_log --enable-module=php3 --enable-shared=php3
> I don't know, which configure options did you use for PHP and Apache?
> Doesn't look like you got them right. See the INSTALL file in the PHP
> distribution for instructions on how to do the static compile or
> README.configure in the Apache distribution for instructions on how to do
> the DSO compile. Looks like you are using a weird combination of the
> two.
Thanks,
A.
-- Adam Sherman Freelance IT Consultant (613) 780-3983 <mailto:adams <email protected>>-- 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.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Richard Lynch: "Re: [PHP3] calculating the size of the intersection of 2 sets"
- Previous message: Richard Lynch: "Re: [PHP3] unable to load php3_ldap.dll"
- In reply to: Rasmus Lerdorf: "Re: [PHP3] Build problem ' `libmodphp3-so.a', needed by `libphp3.so'.'"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Build problem ' `libmodphp3-so.a', needed by `libphp3.so'.'"
- Reply: Rasmus Lerdorf: "Re: [PHP3] Build problem ' `libmodphp3-so.a', needed by `libphp3.so'.'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

