php-install Digest 4 Oct 2001 02:53:04 -0000 Issue 488

2001-10-03 Thread php-install-digest-help
php-install Digest 4 Oct 2001 02:53:04 - Issue 488 Topics (messages 4486 through 4498): Re: undefined symbol: table_get 4486 by: PHP libphp4.so don't greating 4487 by: astrow Mac OS X 10.1 install problems 4488 by: Lucas Rockwell Re: Can I get some help with addin

[PHP-INST] [광고] php-install님 안녕하십니까?

2001-10-03 Thread 권오준
¾È³çÇϼ¼¿ä. kkmoon¿î¿µÀÚÀÔ´Ï´Ù. º»¸ÞÀÏÀÌ ÇÊ¿ä¾øÀ¸½Ã¸é ¸ÞÀϼö½Å°ÅºÎ¼³Á¤À» ÇϽðųª [EMAIL PROTECTED] ·Î ¼ö½Å°ÅºÎ¸ÞÀϹٶø´Ï´Ù. ¾ÕÀ¸·Î ¹ß¼Û ÇÏÁö ¾Ê°Ú½À´Ï´Ù ÀúÀÇ È¨ÆäÀÌÁökkmoonÀÌ »õ·Ó°Ô °³ÆíµÇ¾ú½À´Ï´Ù. ³î·¯ ¸¹ÀÌ¿À¼¼¿ä Àý´ë ¹«·á»çÀÌÆ®ÀÔ´Ï´Ù. kkmoonÀÇ Æ¯Â¡ 1. ¹«·áÁ¾ÇÕ ¼ºÀΰ

[PHP-INST] Re: ./buildconf problem

2001-10-03 Thread Yasuo Ohgaki
It seems some combination of autoconf/automake/libtool does not work well. (Depends of what version of PHP you are using, though) Try libtool 1.4 instaed of 1.4.2, it may work. [yohgaki@dev php4]$ ./buildconf buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: a

Re: [PHP-INST] Compiling PHP4.0.6 in Freebsd 4.3 --> sapi_apache.cgives an error

2001-10-03 Thread Rasmus Lerdorf
Use current CVS of both PHP and Apache if you are going to work with Apache 2.0 On 3 Oct 2001, Doctrluv wrote: > Got this really strange error message when compiling PHP for apache 2.0.16. > Any ideas? > thanks > > Making all in apache > /bin/sh /root/temp/php-4.0.6/libtool --silent --mode=compi

[PHP-INST] Compiling PHP4.0.6 in Freebsd 4.3 --> sapi_apache.c gives an error

2001-10-03 Thread Doctrluv
Got this really strange error message when compiling PHP for apache 2.0.16. Any ideas? thanks Making all in apache /bin/sh /root/temp/php-4.0.6/libtool --silent --mode=compile gcc -I. - I/root/temp/php-4.0.6/sapi/apache -I/root/temp/php-4.0.6/main - I/root/temp/php-4.0.6 -I/usr/local/include/a

[PHP-INST] ./buildconf problem

2001-10-03 Thread Marcin Liwinski
hi, where is an errror ? root@bsd /usr/php4> ./buildconf buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4 (ok) buildconf: libtool version 1.4.2 (ok) *** Error code 1 Stop in /usr/php4. *** Error code 1 Stop in /usr/php4. root@bsd /usr/ph

[PHP-INST] Linux/390

2001-10-03 Thread Grant Johnson
Has anyone tried installing with Apache on Linux on an S/390 IBM mainframe? I may be trying soon, and would like to know your experiences, good or bad. It is a SuSE distribution. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP-INST] Error: Unable to open c:\*\index.php in Unknown on line 0

2001-10-03 Thread Scott Fletcher
Hi ya all! I'm having some trouble with PHP on IIS. Yes, I know IIS suck! When I have one website, I have no problem. But when I have more than one website on IIS. This is when I have problem with PHP. I looked up on php.ini to make sure the line, "doc root = " is left blank and the othe

[PHP-INST] Re: php 4.01, mySQL 3.23, Redhat 7.1 db connection

2001-10-03 Thread Gary Tai
Many thanks... I've got PHP with mySQL up and running. Thanks again, Gary "Mike Dick" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Gary, > > Redhat comes with an additional RPM that you can install, named > php-mysql-4.0. that will add the support

[PHP-INST] Problems accesing oracle server

2001-10-03 Thread Jacfeth Moreno B.
OS: W2KS Web Server: IIS5 PHP v. 4.0.6 I need acces an oracle server 8.1.7. I installed php 4.0.6 without problems, but when I config the extension_dir directive, I receive a message box: Unable to load dynamic library 'c:\Inetpub\php\extension\php_oci8.dll' – No se encontró el proceso especific

Re: [PHP-INST] Can I get some help with adding gdlib support to my php installation??

2001-10-03 Thread Iván Milanez Castellanos
I configured the php make file with: ./configure --with-mysql --with-apache=../apache-source --with-gd=/usr/local / --with-jpgeg-dir=/usr/lib/ --with-png-dir=/usr/lib/ --enable-track-vars But I still can't use any of the image functions that require the libgd library. Any more help will be apre

[PHP-INST] Mac OS X 10.1 install problems

2001-10-03 Thread Lucas Rockwell
Hello, I am posting this to both dev and install because I don't know which is the best place to try. Also, I have searched the mailing list archive and have found no comments about this issue (unless I was not looking correctly). With release 10.1 of Mac OS X Apple has turned on, by default, tw

[PHP-INST] libphp4.so don't greating

2001-10-03 Thread astrow
#cd php-4.0.6 #sh configure --with-axps=/www/bin/axps #make #make install # find /www/ -name 'libphp*.so' # find / -name 'libphp*.so' # ls /www/bin ab dbmmanage httpd startup.perl apachectl htdigestlogresolve startup.perl~ apxshtpasswd

[PHP-INST] Re: undefined symbol: table_get

2001-10-03 Thread PHP
I have managed to figure this out. For those of you that run into this problem I thought that I would document the solution for you. table_get is the old version of ap_table_get which is an Apache function. Because I still need to use a few of the older components it becomes necessary to build a "

php-install Digest 3 Oct 2001 14:21:43 -0000 Issue 487

2001-10-03 Thread php-install-digest-help
php-install Digest 3 Oct 2001 14:21:43 - Issue 487 Topics (messages 4482 through 4485): Re: trouble with include() 4482 by: Iván Milanez Castellanos problems with dbm option .. 4483 by: Sovan_Shatpathy.satyam-infoway.com Re: oci8.so module 4484 by: Rouvas Stathis

Re: [PHP-INST] oci8.so module

2001-10-03 Thread Roberto P.Martins Jr.
How did you build it? Any special environment? In article <[EMAIL PROTECTED]>, "Rouvas Stathis" <[EMAIL PROTECTED]> wrote: > It works for me. > > -Stathis. > > "Roberto P.Martins Jr." wrote: >> >> Hi, >> >> I'd like to know if anybody have an oci8.so module working. I've been >> trying witho

Re: [PHP-INST] oci8.so module

2001-10-03 Thread Rouvas Stathis
It works for me. -Stathis. "Roberto P.Martins Jr." wrote: > > Hi, > > I'd like to know if anybody have an oci8.so module working. > I've been trying without success... > > I'm using RedHat 7.1, Apache 1.3.19, Oracle 8i with php as a dso with oci8 > support compiled (using ./configure --w