[PHP-INST] pg_encoding_to_char error: apache + mod_ssl + php w/ postgresql support

2002-03-06 Thread Eugene Park
I'm having trouble trying to run mod_ssl + Apache + PHP with Postgresql support. When trying to start Apache, I receive the following error message: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: Undefined symbol "pg_encoding_to_char" When I

php-install Digest 6 Mar 2002 22:08:46 -0000 Issue 732

2002-03-06 Thread php-install-digest-help
php-install Digest 6 Mar 2002 22:08:46 - Issue 732 Topics (messages 6271 through 6278): Re: Postgres 7.2 Support w php 4.12 6271 by: Steve Farmer PHP4 configure failure... 6272 by: Christophe compiling php with MySQL max 4.0.1 under windows 6273 by: Rense Klinkenbe

[PHP-INST] opendir problem on Solaris

2002-03-06 Thread Nick selby
Hi, I've got a script that is installed on a Solaris box that is having difficulties, and I'm wondering if anyone can help. The script is trying to access and read files within a directory, pull some at random and put them in a webpage. The path is correct, the directory is set to 755 and I c

[PHP-INST] Compiling glibc 2.2.5 with gcc3, then using php 4.2.0-dev as .so?

2002-03-06 Thread Austin Gonyou
Has anyone tried this with apache 1.3 or 2.0? I'm not certain it's glibc where the problem lies..but that's the only difference between two boxes I have. The real issue is though that no matter what PHP was compiled with(gcc 2.91.6 or 2.96, or 3.x) the php.so will not run on a glibc 2.2.5 system

Re: [PHP-INST] make install error

2002-03-06 Thread jkaufman
What patch levels are you using for your bos.adt.xxx? (most likely bos.adt.includes or bos.adt.libs). I was previously having that problem, until I reloaded my aix dev box and applied the latest patches (post-ml9), and then...it works just fine (with a tweak or two here). Also are you includin

[PHP-INST] make install error

2002-03-06 Thread Shawn
I am runing AIX 4.3.3. Everything went fine. The make worked. But, after the "make install", I get this error, ld: 0711-317 ERROR: Undefined symbol: .alloca ls 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254 The errorcode from the last command is 8 St

[PHP-INST] apache 1.3.23 php 4.1.1 + mysql extension mandrake pb

2002-03-06 Thread David asi
about a php apache upgrade : I uninstall my apache 1.3.22 +php4.06. and install apacge 1.3.23 +php 4.1.1 www:~# rpm -qa | grep php php-4.1.1-4mdk mod_php-4.1.1-2mdk php-devel-4.1.1-4mdk php-common-4.1.1-4mdk www:~# rpm -qa | grep apache apache-devel-1.3.23-4mdk apache-conf-1.3.23-3mdk apache-co

[PHP-INST] compiling php with MySQL max 4.0.1 under windows

2002-03-06 Thread Rense Klinkenberg
Hi, After I had succesfully compiled a snapshot from php, I noticed that accessing MySQL gave some errors. After looking at my phpinfo() I noticed that it said: "Client API version 3.23.39". I however are using MySQL 4.0.1-alpha, because of all the new features. I figured out that php obviously

[PHP-INST] PHP4 configure failure...

2002-03-06 Thread Christophe
Hi, I have a Sun box (UltraSparc-IIi, 512 MB RAM,...) running Solaris 8. I have a PHP 4.1.1 source, which I want to compile CGI-mode (for testing only) with java support, essentially... the following is the contents of the debug.log file found by the PHP dir... I'm totally stuck with this...

Re: [PHP-INST] Postgres 7.2 Support w php 4.12

2002-03-06 Thread Steve Farmer
Hi Rasmus, I checked and that header file was there.. I then checked /usr/local/lib and noticed that libpq.so now is libpg.so.2.2 and one of the sites i checked had a libpq.so.2.1 so I made a symbolic link to libpq.so.2.1 and it al worked !! I also did a make-install-all-headers as well Th

php-install Digest 6 Mar 2002 08:28:23 -0000 Issue 731

2002-03-06 Thread php-install-digest-help
php-install Digest 6 Mar 2002 08:28:23 - Issue 731 Topics (messages 6259 through 6270): Re: Postgres 7.2 Support w php 4.12 6259 by: Rasmus Lerdorf 6268 by: Yasuo Ohgaki install on AIX 6260 by: Shawn Stupid question 6261 by: Nicholas Mercier 6263 by

[PHP-INST] aix oracle apache configure

2002-03-06 Thread Heiko-B Schmidt
Hello, probably anybody else had this problem before and can help me. My config is php 3.0.18 aix 4.2.1 oracle 7.3.4 apache 1.3.23 $ORACLE_HOME is set. If I start to run ./configure --with-apache=../$APACHE_DIR \ --with-oracle=$ORACLE_HOME \ it comes up with the following