[PHP-INST] receiving "make[1]: *** [libphp4.la] Error 1" when trying to 'make' php-4.0.6 on i686-pc-linux-gnu (Red Hat 6.1)

2001-10-09 Thread Heath Schweitzer
I'm receiving the following error when trying to 'make' php-4.0.6 on an i686-pc-linux-gnu (Red Hat 6.1): > /usr/bin/ld: cannot open -linsck: No such file or directory > collect2: ld returned 1 exit status > make[1]: *** [libphp4.la] Error 1 > make[1]: Leaving directory `/root/php/php-4.0.6' > mak

[PHP-INST] Help building PHP with GD support.

2001-10-09 Thread Iván Milanez Castellanos
Hi, I'm having problems recompiling PHP 4.0.6 to take advantage of the Image Functions, I have recompiled PHP several times using. ./configure --with-mysql \ --with-gd= \ --with-jpeg-dir= \ --with-png-dir= \ --with-zlib-dir= \ --with-apache=../apache_1.3.20 \ --enable-track-vars Everything runs

[PHP-INST] php "make" error

2001-10-09 Thread Ralph Brown
While trying to "make" PHP on MAC OS X 10.1, i am getting the following errors" /Users/lr/src/php-4.0.6/.libs/libphp4.lax/libtsrm.al /usr/bin/ld: -undefined error must be used when -twolevel_namespace is in effect make[1]: *** [libphp4.la] Error 1 make: *** [all-recursive] Error 1 the two le

php-install Digest 9 Oct 2001 21:05:53 -0000 Issue 498

2001-10-09 Thread php-install-digest-help
php-install Digest 9 Oct 2001 21:05:53 - Issue 498 Topics (messages 4557 through 4576): recompiling php -> apache doesn't start anymore and nowhere are errors... 4557 by: blinky Re: recompiling php -> apache doesn't start anymore and nowhere are 4558 by: Rudy Ramirez

[PHP-INST] GD 2.0.1 DLL

2001-10-09 Thread Jonathan Hilgeman
Does anyone have a GD 2.0.1 compiled extension for PHP in a Windows 32 environment? - Jonathan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROT

[PHP-INST] Need help with NSAPI on Solaris - crashes server

2001-10-09 Thread Sloey, James
I'm running Solaris 7 with iPlanet 4.1SP2 and trying to use NSAPI. I used: ./configure --with-oci8=/u01/app/oracle/product/8.0.5 --enable-sigchild --with-nsapi=/u01/app/netscape As soon as the php4_init is called the server crashes. I went to the iPlanet knowledge base and it says that pthread

[PHP-INST] Apache + PHP + Imap

2001-10-09 Thread Ronan Lucio
Hi, I got install Apache + PHP by the standard way. Now I supposed to install PHP with imap support to run a webmail. So I did the follow steps: cd apache_1.3.20 ./configure cd ../php-4.0.6 ./configure --with-apache=../apache_1.3.20 --enable-track-vars --with-imap make make install cd ../apache

[PHP-INST] PHP on Domino...

2001-10-09 Thread Carlos Augusto Abarca
I´m new at installing PHP on a Lotus Domino Web server, and I haven´t been able to find any documentation on the subject. Can anybody please help me... is very urgent. Thanks in advance.- -- == CARLOS AUGUSTO ABARCA B. Web Design Engineer S

[PHP-INST] PHP over RedHat L. 7.0

2001-10-09 Thread Julius Barber (La Prensa)
Hello, I am new here, and I've installed php on a computer with Red Hat Linux 7.0 on it, and I cannot run the .php files from the browser, I added the addtype to the conf file and nothing can somebody help me please? Julius Barber [EMAIL PROTECTED] Website Administration La Prensa Tel: 553-3101 E

[PHP-INST] troubles starting apache... with php 4.0.6

2001-10-09 Thread Walter Karpf
installing php4 did work well. but when i try to start apache with php4-module, i recieve this error: "Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1: /usr/apache/bin /httpd: fatal: relocation error: file /ust/apache/libexec/libphp4.so: symbol uncompress: referenced symbol not fo

[PHP-INST] GET MOVIN!!

2001-10-09 Thread
Below is the result of your feedback form. It was submitted by ([EMAIL PROTECTED]) on Tuesday, October 9, 2001 at 13:09:43 --- message: In addition to the information you selected, we thought you might be Interested in the

[PHP-INST] php as cgi binary install on solaris 8 ?

2001-10-09 Thread Laurent Raynal
Hi, I need to set up php as a command line interpreter on a Solaris 8. I have gcc on another machine so I made the install (without --apxs...) and it went fine. The problem is I don't know how to port the binaries from the dev machine to the target machine. /usr/local/bin/php is obviously not en

[PHP-INST] Re: PHP with ORACLE

2001-10-09 Thread Rudy Ramirez
Luis Castro wrote: > Dear php, > I am facing some problem while compiling PHP with ORACLE. I am using > unixware 7.0 I have > already installed Apache 1.3.14 and PHP 4.0.6. But after compile with > oracle option (no problem present) and when restarting web server i get > following message: > > Sy

RE: [PHP-INST] PHP with ORACLE

2001-10-09 Thread Postill, Robert
I had something similar on Solaris not so long ago. I had to set the LD_LIBRARY_PATH variable in the shell to $ORACLE_HOME/lib if I remember right. As far as I know it (and I could be wrong) LD_LIBRARY_PATH is a common unix variable for loading libs. Although there is a ld.so.conf file in linux

[PHP-INST] Cant configure with gettext libs

2001-10-09 Thread Xavier
Hi, I cant configure php 4.0.6 with gettext, here are some things I do : I get the last gettext and configuring/compiling/installing fine with: ./configure --prefix=/usr After I tried to configure PHP 4.0.6 (after 4.0CVS and it was the same result) with this command line: ./configure --with-ima

Re: [PHP-INST] PHP with ORACLE

2001-10-09 Thread B. PERRINE
I do not know Unixware 7.0 but it don't find the oracle library. A dirty hack is to make a symbolic link in /usr/lib on libclntsh.so.1.0 B. le mar 09-10-2001 at 16:54 Luis Castro a écrit : > Dear php, > I am facing some problem while compiling PHP with ORACLE. I am using > unixware 7.0 I have >

[PHP-INST] PHP with ORACLE

2001-10-09 Thread Luis Castro
Dear php, I am facing some problem while compiling PHP with ORACLE. I am using unixware 7.0 I have already installed Apache 1.3.14 and PHP 4.0.6. But after compile with oracle option (no problem present) and when restarting web server i get following message: Syntax error on line 238 of /usr/loca

[PHP-INST] Re: swf + solaris

2001-10-09 Thread Luis Castro
Mika Tuupola wrote: > Is there anyway to have Shockwave Flash support to PHP > when using Solaris? The downloads for libswf.a at > > http://reality.sgi.com/grafica/flash/ > > only seem to include freebsd, irix and linux. Source > distribution anyw

[PHP-INST] PHP with ORACLE

2001-10-09 Thread Luis Castro
Dear php, I am facing some problem while compiling PHP with ORACLE. I am using unixware 7.0 I have already installed Apache 1.3.14 and PHP 4.0.6. But after compile with oracle option (no problem present) and when restarting web server i get following message: Syntax error on line 238 of /usr/loca

Re: [PHP-INST] Re: recompiling php -> apache doesn't start anymore

2001-10-09 Thread blinky
> Blinky wrote: >> i compiled it with '--with-apxs' ... :-( > ehm... with --with-apxs and --enable-versioning? :-] yes, both options ;-) here's my line: ./configure --with-config-file-path=/etc --with-apxs=/usr/local/apache/bin/apxs --enable-ftp --with-mysql=/usr/local/mysql --with-dbase --

Re: [PHP-INST] Re: recompiling php -> apache doesn't start anymore

2001-10-09 Thread Rudy Ramirez
Blinky wrote: > i compiled it with '--with-apxs' ... :-( ehm... with --with-apxs and --enable-versioning? :-] Bye -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrator

Re: [PHP-INST] Re: recompiling php -> apache doesn't start anymore and nowhere are

2001-10-09 Thread blinky
> Blinky wrote: >> hi guys! >> >> i runned apache v1.3.14 with php 3.0.18 and php 4.0.4pl1 . >> >> i justed upgraded to apache v1.3.20. everything worked well with the old >> - already installed - php-modules. >> now i wanted to update php v4.0.4pl1 to v4.0.6. it compiled well and >> after a 'make

[PHP-INST] Re: recompiling php -> apache doesn't start anymore and nowhere are

2001-10-09 Thread Rudy Ramirez
Blinky wrote: > hi guys! > > i runned apache v1.3.14 with php 3.0.18 and php 4.0.4pl1 . > > i justed upgraded to apache v1.3.20. everything worked well with the old - already >installed - php-modules. > now i wanted to update php v4.0.4pl1 to v4.0.6. it compiled well and after a 'make >install

[PHP-INST] recompiling php -> apache doesn't start anymore and nowhere are errors...

2001-10-09 Thread blinky
hi guys! i runned apache v1.3.14 with php 3.0.18 and php 4.0.4pl1 . i justed upgraded to apache v1.3.20. everything worked well with the old - already installed - php-modules. now i wanted to update php v4.0.4pl1 to v4.0.6. it compiled well and after a 'make install' my apache doesn't want to

php-install Digest 9 Oct 2001 08:24:50 -0000 Issue 497

2001-10-09 Thread php-install-digest-help
php-install Digest 9 Oct 2001 08:24:50 - Issue 497 Topics (messages 4550 through 4556): [ Description of php.ini ] 4550 by: Morten Bruun Configure error with Suse Linux 7.1 (PPC) 4551 by: Christine 4554 by: Rudy Ramirez 4556 by: Christine Adding support for

[PHP-INST] Re: Configure error with Suse Linux 7.1 (PPC)

2001-10-09 Thread Christine
Christine wrote and again: > "cheking output file root ./configure:lex command not found > Configure: error cannot find output from lex: giving up". > Php 4.0.6 > MySql server 3.23.33 works fine. Apache 1.3.17 is up and about The config.log says : configure 2313: gcc-> conftest-g-02 conftest.c

[PHP-INST] Zend Cache

2001-10-09 Thread Saravanan Ramakrishnan
Hello everybody, Has any one worked with zend Cache. I have downlaoded Zend Cache for PHP 4.0.6 (31 days eval version) and installed it along with php 4.0.6. The installation script says Zend Cache successfully installed. But the Zend Cache is not actually getting loaded. I dont know wha