[PHP-INST] Php scripts - My browser have not worked yet

2001-07-20 Thread Emerald Shop
Dear sirs, I have installed Apache 1.3.19 and PHP4 over Windows Millenium. #I put this in httpd.conf file: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php .phtml I copied the files MSVCRT.DLL and PHP4TS.DLL to c:/windows/system. I wrote a script file nam

Re: [PHP-INST] PHP, Apache & PostgreSQL

2001-07-20 Thread Rasmus Lerdorf
The error is that it can't find your libpq.so library, not your pgsql.so one. Where is libpq.so.2.0 on your system? If you are on a Linux box, edit /etc/ld.so.conf and add thatr directory and then run ldconfig. -Rasmus On Fri, 20 Jul 2001, Sean McCoy wrote: > When I execute a pg_connect() in

[PHP-INST] PHP, Apache & PostgreSQL

2001-07-20 Thread Sean McCoy
When I execute a pg_connect() in a .php file, I get an error indicating that the function is not defined... That's because, in the Apache error log I'm getting the following: PHP Warning: Unable to load dynamic library '/usr/lib/pgsql.so' - libpq.so.2.0: cannot open shared object file: No such

[PHP-INST] 2 Questions about a New Machine

2001-07-20 Thread Jonathan Hilgeman
Hi, I've just put FreeBSD 4.2 and some basic libraries and packages on a Celeron box that I have so I can use it for testing my PHP scripts before posting them to the production server. I have installed mySQL 3.23.37 in /usr/local/mysql and now am trying to figure out why it doesn't start up when

Re: [PHP-INST] httpd.conf & srm.con

2001-07-20 Thread Christopher Ostmo
glynco pressed the little lettered thingies in this order... > I installed PHP 4.0.6 > ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/ make > make install > > Now what should I do with the httpd.conf and srm.conf? > The instructions for this are well documented at php.net/manual in t

[PHP-INST] Installing php-4.0.6 as a CGI Interpreter, But getting 500 errors

2001-07-20 Thread Ryan C. Creasey
I'm on a box that already has php installed as an Apache mod, but it's lacking the compile options that I desire. So, I can't recompile the module, i have to make my own local version of php with the options i want. Well, to just start out, I thought that I would just do a normal install, with de

Re: [PHP-INST] httpd.conf & srm.con

2001-07-20 Thread Rasmus Lerdorf
Did you read the INSTALL file? On Sat, 21 Jul 2001, glynco wrote: > I installed PHP 4.0.6 > ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/ make > make install > > Now what should I do with the httpd.conf and srm.conf? > > Can someone explore this: "edit your httpd.conf file so it only

[PHP-INST] httpd.conf & srm.con

2001-07-20 Thread glynco
I installed PHP 4.0.6 ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/ make make install Now what should I do with the httpd.conf and srm.conf? Can someone explore this: "edit your httpd.conf file so it only loads the module for php4. If you load php3 it will interfere and it will brake

[PHP-INST] postgresql and debian

2001-07-20 Thread Francois Thomas
Hello list After digging unsuccessfully in the archives, I ask my question here.. I try to compile PHP 4.0.6 with PostgreSQL support. I compiled Apache 1.3.14 without problem. PostgreSQL (7.0.3) complained about C++ (cannot make executables), but it was fixed with a ./configure --without-CXX For

[PHP-INST] PHP compiling

2001-07-20 Thread Pfiszter Zsolt
Im compiling PHP, but when I'm using "with-apxs=/usr/sbin/apxs" parameter , the make utility error: stub.lo: file not recognized : File Truncated make *** [all-recursive] Error 1 # ./configure --with-mysql=/usr --with-gd=shared --with-sybase=/usr/local/freetds --with-tiff-dir=/usr --with-jpe

php-install Digest 20 Jul 2001 15:10:44 -0000 Issue 372

2001-07-20 Thread php-install-digest-help
php-install Digest 20 Jul 2001 15:10:44 - Issue 372 Topics (messages 3632 through 3636): Re: Apache, PHP, and undefined references 3632 by: Rasmus Lerdorf Re: AIX 4,3,3, Netscape 3.6.1 3633 by: Alfred Lerch Re: Installing PHP4 on IIS4 server-interpreter problems 36

[PHP-INST] Re: older version of php gets installed

2001-07-20 Thread Tika Riyak
I tried installing php4.0.6 the other day, --with-mysql --with-apxs on Apache/1.3.12 (Unix) (Red Hat/Linux)6.2 it gives me this info: PHP/4.0.6 mod_perl/1.21 But at the top of the page it says: PHP/FI Version 2.0.1? Like whats the deal? THe page doesn't look as pretty as all the other

[PHP-INST] libtool configure failed

2001-07-20 Thread glynco
[root@ns php-4.0.6]# ./configure --with-apxs=/usr/sbin/apxs --with-pgsql=/usr/include/pgsql --wit h-mysql=/usr/ \ --with-gd=/usr/ --with-ftp --enable-track-vars --enable-versioning configure: warning: --with-gd=/usr/: invalid host type Configuring libtool checking build system type... config.sub

Re: [PHP-INST] Installing PHP4 on IIS4 server-interpreter problems

2001-07-20 Thread Phil Driscoll
On Thursday 19 July 2001 22:09, david lamson wrote: > I have gone through the FAQs and manual, and can not get it up and running. > Any ideas? Reread install.txt - the registry does not get involved in php configuration on your platform. -- Phil Driscoll -- PHP Install Mailing List (http://ww

Re: [PHP-INST] AIX 4,3,3, Netscape 3.6.1

2001-07-20 Thread Alfred Lerch
Hi Kenneth, are you sure the file /www/a/netscape/suitespot/bin/libphp4.so exists ? Have you set the LD_LIBRARY_PATH ? regards alfred Kenneth Lee wrote: > > I am having problems trying to get php 4.0.6 to work on AIX 4.3.3 as NSAPI. > > Here is how I ran the configure > >./configure --w