php-install Digest 6 Sep 2001 08:12:45 -0000 Issue 446

2001-09-05 Thread php-install-digest-help
php-install Digest 6 Sep 2001 08:12:45 - Issue 446 Topics (messages 4209 through 4218): PHP 4.0.x and Openlink ODBC and OpenIngres, on Solaris 4209 by: Andre Felipe installation problem 4210 by: Lawonna Daves 4211 by: Rasmus Lerdorf 4212 by: Lawonna Daves

[PHP-INST] Mysql + PHP4 problem

2001-09-05 Thread Ronen Friedman
Greetings, I'll appreciate any help on this: PHP is installed and working, but refuses to acknowledge mysql. Mysql. on the other hand, is working OK too (for Bugzilla). Details: Mandrake 8; PHP 4.0.6 (but reports 4.0.4pl1 on php -v) ; mysql 3.23.39 PHP was built with --with-mysql=/usr/l

[PHP-INST] Compile problem

2001-09-05 Thread Lawonna
I've been trying to get PHP 4.0.6 to compile with Apache 1.3.19 and MySQL 3.23.39. I have been unable to get PHP to work on localhost in any of my browsers when I installed it with ./configure --with-apxs=/usr/local/apache --with-mysql=/usr/local/mysql so I tried compiling apache using ./configure

[PHP-INST] "New" problem? PHP4, NES 3.6 SP3, Solaris 2.6

2001-09-05 Thread Joe D'Andrea
Greetings! Clue humbly requested ... I followed oft-posted directions to the letter for getting PHP 4.0.6 setup on Solaris 2.6 with Netscape Enterprise Server 3.6 SP3. All's well in the config and make logs (I think), but when I go to run the NES daemon, I get back no confirmation that it actual

[PHP-INST] Subject: I tried to call you, when can we talk?

2001-09-05 Thread LDD Talk
We were referred to you by one of our existing customers who felt you would use this service. We are Long Distance Direct . and we offer 50% or more of international long distance calling discounts over your existing telephone service. Start saving TODAY visit our web

Re: [PHP-INST] installation problem

2001-09-05 Thread Rasmus Lerdorf
> Thanks for your quick response. I knew it was probably something simple > like this that I just didn't understand. This is another daft question, > but I'm not sure how to run ldconfig. When I typed "ldconfig" from the > command line in the /etc directory, nothing appeared to happen, and is it >

Re: [PHP-INST] installation problem

2001-09-05 Thread Lawonna Daves
Thanks for your quick response. I knew is was something simple like this that I just wasn't getting right. This is daft, but when I ran "ldconfig" on the command line in the /etc directory earlier today, nothing seemed to happen, and is it "ldconfig" or "run ldconfig". Again, thanks! Lawonna In a

Re: [PHP-INST] installation problem

2001-09-05 Thread Lawonna Daves
Thanks for your quick response. I knew it was probably something simple like this that I just didn't understand. This is another daft question, but I'm not sure how to run ldconfig. When I typed "ldconfig" from the command line in the /etc directory, nothing appeared to happen, and is it "ldconfig

Re: [PHP-INST] installation problem

2001-09-05 Thread Rasmus Lerdorf
> I'm getting a syntax error that says apache can't load libphp4.so into > the server because it cannot load libmysqlclient.so.10 as a shared object > file. libmysqlclient.so.10 is on the system at > /usr/local/mysql/libmysqlclient.s0.10, but I don't know how to tell > Apache where to find it. Can

[PHP-INST] installation problem

2001-09-05 Thread Lawonna Daves
I'm getting a syntax error that says apache can't load libphp4.so into the server because it cannot load libmysqlclient.so.10 as a shared object file. libmysqlclient.so.10 is on the system at /usr/local/mysql/libmysqlclient.s0.10, but I don't know how to tell Apache where to find it. Can anyone he

[PHP-INST] PHP 4.0.x and Openlink ODBC and OpenIngres, on Solaris

2001-09-05 Thread Andre Felipe
Hello friends, I compiled PHP 4.0.x with iodbc support (using Openlink 4.0 drivers) to access OpenINGRES 2.0, all this on Sun Solaris (2.6 or 2.8). When I try some little test the odbc_connect is ok (resource id is #1), but no matter what query I try, the odbc_prepare or odbc_exec always retu

php-install Digest 5 Sep 2001 17:55:01 -0000 Issue 445

2001-09-05 Thread php-install-digest-help
php-install Digest 5 Sep 2001 17:55:01 - Issue 445 Topics (messages 4200 through 4208): Php built in extensiond 4200 by: Larry Cotton Php built in extensions 4201 by: Larry Cotton 4208 by: Rasmus Lerdorf Re: Installation problem with NT 4202 by: Brad Harrig

Re: [PHP-INST] Php built in extensions

2001-09-05 Thread Rasmus Lerdorf
I would suggest using current PHP CVS at this point for custom extension development. There have been some changes in the API and you would need to go back and fix your extensions anyway to get them to work with 4.0.7+ ext_skel has also changed quite a bit. If you recreate your extension using

[PHP-INST] php 4.0.4 was working, now not

2001-09-05 Thread Doug
I had the standard install of php 4 from RH7.1 and apache 1.3.19 and it was working fine. It now returns blank objects for the php scripts and sometimes just the script as text, even phpinfo doesn't work. I also have tomcat 3.3 and jGenerator 1.3.0 integrated into the apache server and both of tho

[PHP-INST] php with java

2001-09-05 Thread Manfred Hansen
Hello, here is my debug.log CONFIGURE: './configure' '--with-java=/usr/lib/java' '--with-mysql' CC: gcc CFLAGS: -g -O2 CPPFLAGS:-DSUPPORT_UTF8 CXX: CXXFLAGS: INCLUDES: -I$(top_builddir)/Zend -I/usr/src/php-4.0.6/ext/mysql/libmysql LDFLAGS: LIBS: -l -lcrypt -lresolv -

Re: [PHP-INST] Installation problem with NT

2001-09-05 Thread Phil Driscoll
On Wednesday 05 September 2001 1:31 pm, Brad Harriger wrote: > After commenting out the Action application line, I'm asked what > application I would like to open the file with. Sorry - I just don't know enough about apache on Windows to help here. Maybe if you ask on the php-win list someone mi

[PHP-INST] Php extensions - linking to external libraries

2001-09-05 Thread Larry Cotton
Help Anyone out there know where and how I should sepecify external libraries to link to ? At the moment I have a line in my config.m4 which looks like : EXTRA_LIBS="$EXTRA_LIBS -lwebprodssinterface -llibrcgateway -llibplaylist" but whenever I build I get an error : /usr/bin/ld: cannot open -lw

[PHP-INST] Php extensions - linking to external libs

2001-09-05 Thread Larry Cotton
Hi I have written a php extension which relies on external libraries. Does anyone know what I need to do to link to these libraries when building php ? Cheers Larry Imerge Limited Tel :- +44 (0)

Re: [PHP-INST] Installation problem with NT

2001-09-05 Thread Brad Harriger
After commenting out the Action application line, I'm asked what application I would like to open the file with. Phil Driscoll wrote: > On Tuesday 04 September 2001 4:49 pm, Brad Harriger wrote: > > I was accessing the file directly. > Well that won't ever work - you have to access the file via

[PHP-INST] Php built in extensions

2001-09-05 Thread Larry Cotton
I've written some functions which I want to use as php extensions on linux. I've downloaded php-4.0.6 and built it successfully. I auto-generated the files using the instuctions in the Zend documenteation at http://www.zend.com/apidoc/c269.php They tell you to do something like this : cd /usr/l

[PHP-INST] Php built in extensiond

2001-09-05 Thread Larry Cotton
Imerge Limited Tel :- +44 (0)1954 783600 Unit 6 Bar Hill Business Park Fax :- +44 (0)1954 783601 Saxon Way Web :- http://www.imerge.co.uk Bar Hill Cambri