[PHP] Installing php4.3.0 on hpux11.00
Hi all. I have apache 1.3.27 and php4.3.0 installed on my HP-UX machine. Now I want to load php into apache. So I ran the ./configure-status --activate-module=src/modules/php4/libmodphp4.a This worked fine. Then I ran gmake, and it works until the following... gcc -c ... mod_php4.c php_apache_http.h: No such file or directory I realize the mod_php4.c is unable to find the path to the include files (.h files) How do I fix this. Is this something I need to specify in php.ini? I have tried manuall specifying the path in the c code, but that only works until another .h file is called...? Thanks, Taylor Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP make install error on HP-UX 11.00
Hi all. I am trying to install php 4.2.1 on HP-UX 11.00 I built it the following way... ./configure --with-mysql --with-apxs=/opt/apache/bin/apxs which went fine... make worked make install produced the following error... /opt/php-4.2.1/build/shtool mkdir -p "/opt/apache/lib/modules" && /opt/apache/bin/apxs -S LIBEXECDIR="/opt/apache/lib/modules" -i -a -n php4 libs/libphp4.sl apxs:Error: file libs/libphp4.sl is not a DSO I started reading on the apache webpage about DSO and statically linked files. I could use a little help/guidance as to what my next step should be to resolve this problem. Thanks in advance, Taylor Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Re: make install error on HP-UX 11.00
Hi all. To clarify, all of the software need for php I built, except apache. I need to know if I need to download the apache source and build it in a particular way. i.e., statically, or what... This is regarding my earlier message in which when I did a make install I received the following error... /opt/php-4.2.1/build/shtool mkdir -p "/opt/apache/lib/modules" && /opt/apache/bin/apxs -S LIBEXECDIR="/opt/apache/lib/modules" -i -a -n php4 libs/libphp4.sl apxs:Error: file libs/libphp4.sl is not a DSO I could really use some guidance, thanks... Taylor Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] php newbie question
I am having a hard time getting apache to load the php4 module. Can I still use PHP for my web stuff...? Thanks Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] php4 install with apache.org
Hi all. I am trying to install the php4 module for apache 1.3.24 on HPUX 11.00 I have sucessfully compiled apache 1.3.24, mysql 4.01, and php4, but when I try to integrate the php4 module in with apache, I am getting nailed every time.. I did the configure --activate-module=src/modules/php4/libphp4.a and that worked. When I did a make, I get this error.. ld: DP relative code in file modules/php4/libphp4.a(zend_alloc.o) - shared library must be position independent. When I recieved a similar error for another piece of software I was compiling, I fixed it by editing the .c file and checking the paths of the #includes. That didn't seem to work this time. Can anyone point me in the right direction? Thanks, Taylor Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] php.ini question
When setting doc_root in the php.ini section, should that be the cgi-bin directory, or the doc-root of the webserver, i.e. htdocs..? Thanks, Taylor Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php