php-install Digest 8 Dec 2001 04:40:40 -0000 Issue 592

2001-12-07 Thread php-install-digest-help
php-install Digest 8 Dec 2001 04:40:40 - Issue 592 Topics (messages 5234 through 5245): Re: HP-UX 11.11+Apache1.3.22+Mysql+PHP4.0.6 as DSO?? 5234 by: Jim Thome 5236 by: Keith Lapidus 5237 by: Jim Thome 5238 by: Keith Lapidus Re: PHP Installatino SuSe 7.3 lib

[PHP-INST] Problems with PHP and apache

2001-12-07 Thread Luc Bouchard
Hello all, after successfully compiling php 4.0.6 on a RedHat 7.2 machine, I tried to start apache with the new php module and get the following error: Syntax error on line 238 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined

Re: [PHP-INST] mod_php4.c

2001-12-07 Thread charles
how was apache compiled? what does line 236 look like? what system installing on? how was php compiled? just for starters... - Original Message - From: "geo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 5:46 PM Subject: [PHP-INST] mod_php4.c hello this

[PHP-INST] mod_php4.c

2001-12-07 Thread geo
hello this is the error that i get when trying to start apache, and get Syntax error on line 236 of /usr/local/apache/conf/httpd.conf: Cannot add module via name 'mod_php4.c': not in list of loaded modules ./apachectl start: httpd could not be started any ideas? Thank you very much

[PHP-INST] PHP install on Darwin/Mac OS X

2001-12-07 Thread Sam Schenkman-Moore
Hello, I'm trying to install php onto Darwin (Mac OS 10.1). I want to use the --with-ftp option so that rules out most preconfigured binaries. I have used the instructions at http://www.entropy.ch/software/macosx/php/ to help me and I have come up with this set of commands: setenv CC 'cc -flat

[PHP-INST] Re: Cannot load libphp4.so

2001-12-07 Thread Yasuo Ohgaki
Bmms wrote: > Hi, > I am running Apache 1.3.22 on Linux/RedHat6.2 Recently I am trying > to install PHP.4.0.6. I finally got it to work on one server. The > other still has a problem. When I try to start httpd (apachectl start) > I get the msg: > Cannot load /usr/local/apache/libexec/li

Re: [PHP-INST] Re: Warning: mail() is not supported in this PHP build

2001-12-07 Thread Yasuo Ohgaki
Scott Ecker wrote: > I'll be more clear. The ./configure and compile output of PHP both confirm > that sendmail (wrapper) was detected. Other programs that rely on the > sendmail wrapper being present in /usr/lib and /usr/sbin work fine > (majordomo for instance). Either the wrapper is flawed,

[PHP-INST] [광고] 7만 5000원으로 창업이 OK!

2001-12-07 Thread 톱파이브
one-step Àü¹®¼îÇθôºÎÅÍ Á¾ÇÕ¼îÇθô±îÁö »óǰÀÇ µµ¸Å°¡ °ø±Þ! ¹è¼Û »çÈİü¸®. B2SHOPÀÌ ÇØ°áÇØ µå¸³´Ï´Ù. ¹«Á¡Æ÷ ¹«Àç°íÀÇ ½ÇÇö! ÀÎÅÍ³Ý ¼îÇθôÀ» ½ÃÀÛÇϽʽÿÀ. ¼îÇθôÀ» ½ÇÁúÀûÀ¸·Î ¿î¿µÇϴµ¥ °¡Àå Áß¿äÇÑ »óǰÀÇ Á¶´Þ°ú ¹è¼Û ¹× »çÈİü¸®±îÁö Ã¥

Re: [PHP-INST] HP-UX 11.11+Apache1.3.22+Mysql+PHP4.0.6 asDSO??

2001-12-07 Thread Keith Lapidus
I've tried gcc and found that with HP-UX 11.11, it works sometimes whereas the HP products usually always work. Anyway, here is how I configure PHP ./configure --with-apxs=/opt/apache/bin/apxs --enable-versioning --enable-t ra ck-vars --with-mysql=/opt/mysql I then do a make or gmake and it co

Re: [PHP-INST] HP-UX 11.11+Apache1.3.22+Mysql+PHP4.0.6 asDSO??

2001-12-07 Thread Jim Thome
Keith- I do not use HP's ANSI C compiler. I have had the most luck using GNU C (gcc) compiler, available as a depot file for HPUX 11 at the HP Porting Achive: http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.0.1/ Also, while we don't use MySQL here, I have heard there can be a problem when MySQ

Re: [PHP-INST] HP-UX 11.11+Apache1.3.22+Mysql+PHP4.0.6 asDSO??

2001-12-07 Thread Keith Lapidus
Thanks for the help. That took care of the original problem, but now it is doing the following: 1130 % /opt/apache/bin/apachectl configtest /usr/lib/dld.sl: Unresolved symbol: compress (code) from /opt/mysql/lib/mysql/l ibmysqlclient.sl.10 /usr/lib/dld.sl: Unresolved symbol: uncompress (code)

Re: [PHP-INST] Re: PHP Installatino SuSe 7.3 libphp4.so

2001-12-07 Thread Rouvas Stathis
In earlier releases of SuSe (6.4,7.0) I had luck with the following procedure: 1) Install the php4 rpm as it came from the SuSE CD's (or other medium) 2) Build my own PHP (without make install) 3) replace libphp4.so 4) restart Apache Hope that helps. -Stathis. -- PHP Install Mailing List (htt

Re: [PHP-INST] HP-UX 11.11+Apache1.3.22+Mysql+PHP4.0.6 asDSO??

2001-12-07 Thread Jim Thome
Hello Keith- I am forwarding to you instructions I received from HP on how to build PHP on HPUX 11 Note the change to the libtool hack... ## INSTALL_php_on_HP_apache.txt --- Installat

php-install Digest 7 Dec 2001 15:32:00 -0000 Issue 591

2001-12-07 Thread php-install-digest-help
php-install Digest 7 Dec 2001 15:32:00 - Issue 591 Topics (messages 5225 through 5233): Re: adding imap support after inital install 5225 by: Chris Re: Warning: mail() is not supported in this PHP build 5226 by: Yasuo Ohgaki 5233 by: Scott Ecker Can't see php scrip

RE: [PHP-INST] Re: Warning: mail() is not supported in this PHP build

2001-12-07 Thread Scott Ecker
I'll be more clear. The ./configure and compile output of PHP both confirm that sendmail (wrapper) was detected. Other programs that rely on the sendmail wrapper being present in /usr/lib and /usr/sbin work fine (majordomo for instance). Either the wrapper is flawed, or there is something else

[PHP-INST] HP-UX 11.11+Apache1.3.22+Mysql+PHP4.0.6 as DSO??

2001-12-07 Thread Keith Lapidus
After building mysql and apache with DSO support, I've tried to build PHP4.0.6 as a DSO module and have gotten as far as getting it installed. My problem now is this error message listed below. Has anyone seen this or know how to fix this problem?? 893 % ../bin/apachectl configtest /usr/lib/dl

[PHP-INST] Re: PHP Installatino SuSe 7.3 libphp4.so

2001-12-07 Thread BMMS
Hi Markus, Did you get a solution to your problem? I am experiencing the same problem w/ RedHat6.2 Please advise if you found a solution. Thanks. Markus Eppler wrote: > Hello > > i have a big problem to install the php4 on my linux SuSe 7.3 OS > > at first my message errors: > > Syntax er

[PHP-INST] Cannot load libphp4.so

2001-12-07 Thread BMMS
Hi, I am running Apache 1.3.22 on Linux/RedHat6.2 Recently I am trying to install PHP.4.0.6. I finally got it to work on one server. The other still has a problem. When I try to start httpd (apachectl start) I get the msg: Cannot load /usr/local/apache/libexec/libphp4.so into server:

[PHP-INST] Re: Unable to make PHP under HP-UX 10.20

2001-12-07 Thread Yasuo Ohgaki
Tek wrote: > Hi, > A rather long message, but I would like you to give me y our feedback > on what I should do to make this installation going? Basically, I am trying > to configure PHP with mysql which I have installed in /usr/local/mysql > (running fine) and apache src in the directory spe

[PHP-INST] Re: Problem: "Unable to load dynamic library ... imap.so"

2001-12-07 Thread Yasuo Ohgaki
Erik Wheeler wrote: > Hello all: > > I configured and installed PHP (as a static Apache module) on my Redhat > 7.1 system, using RPM source. I did a 'configure' and 'make', and then > installed the PHP and Apache RPMs. > > Everything seems to be working, except for a few options. I configured

[PHP-INST] Can't see php script running on my browser

2001-12-07 Thread Haslinda
I/m trying out php programming and wish to set up php to run on my local workstation which is running on WIn 98 and PWS. I have set up php in the workstation and have test using php.exe -1. It seems to run normally. I'm trying to run a php script on my local browser but cannot get the result

[PHP-INST] Re: Warning: mail() is not supported in this PHP build

2001-12-07 Thread Yasuo Ohgaki
Scott Ecker wrote: > Hi, > > I am using QMAIL (with sendmail wrappers installed, tested, and confirmed), > and I still can't use the mail() function.I get the following error: > "Warning: mail() is not supported in this PHP build". I have built the > source from scratch with the following c