[PHP-INST] problems with new install of php
I loaded php on an AIX 5.1 box with apache 1.3.27 and I do not see it as being loaded when I run httpd -l. But my logs show the following. [Tue Jan 28 09:35:47 2003] [notice] Apache/1.3.27 (Unix) PHP/4.0.6 configured -- resuming normal operations [Tue Jan 28 09:35:47 2003] [notice] Accept mutex: pthread (Default: pthread) I get a blank page when I try to view a .php file. What am I missing here? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
php-install Digest 28 Jan 2003 16:12:32 -0000 Issue 1223
php-install Digest 28 Jan 2003 16:12:32 - Issue 1223 Topics (messages 9868 through 9871): Re: php packaging problems with java support (fwd) 9868 by: Jiann-Ming Su Re: php packaging problems with java support 9869 by: Jiann-Ming Su errors in making 9870 by: Pradeep Tallogu problems with new install of php 9871 by: CJ Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] -- --- Begin Message --- I thought this was a rpm problem, but I think rpm is failing because "make install" is failing. BTW, it's php-4.1.2 (not .12). Everything works fine, obviously, without java support. Thanks for any insight. -- Forwarded message -- Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST) From: Jiann-Ming Su <[EMAIL PROTECTED]> Subject: Re: php packaging problems > On Thu, Jan 23, 2003 at 01:58:58PM -0500, Jiann-Ming Su wrote: > > I'm trying to rebuild php-4.1.12 with java support. Everything seems to > > go well until it tries to package all the files. I've included the rpm > > output in bz2 format. What do I need to modify to make this work? > > I'm using a RH73 system. Thanks for any help. > > > > > this was indicated in the rpm output: > > cp: cannot stat `/usr/src/redhat/BUILD/php-4.1.2//ext/java/php_java.jar': No such >file or directory > Yes, because the file is actually in /usr/src/redhat/BUILD/php-4.1.2/build-cgi/ext/java/php_java.jar and /usr/src/redhat/BUILD/php-4.1.2/build-apache/etc/java/php_java.jar. The file exists, but rpm is looking in the wrong place. How do I fix this? -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division --- End Message --- --- Begin Message --- I thought this was a rpm problem, but I think rpm is failing because "make install" is failing. BTW, it's php-4.1.2 (not .12). Everything works fine, obviously, without java support. Thanks for any insight. -- Forwarded message -- Date: Thu, 23 Jan 2003 15:11:04 -0500 (EST) From: Jiann-Ming Su <[EMAIL PROTECTED]> Subject: Re: php packaging problems > On Thu, Jan 23, 2003 at 01:58:58PM -0500, Jiann-Ming Su wrote: > > I'm trying to rebuild php-4.1.12 with java support. Everything seems to > > go well until it tries to package all the files. I've included the rpm > > output in bz2 format. What do I need to modify to make this work? > > I'm using a RH73 system. Thanks for any help. > > > > > this was indicated in the rpm output: > > cp: cannot stat `/usr/src/redhat/BUILD/php-4.1.2//ext/java/php_java.jar': No such >file or directory > Yes, because the file is actually in /usr/src/redhat/BUILD/php-4.1.2/build-cgi/ext/java/php_java.jar and /usr/src/redhat/BUILD/php-4.1.2/build-apache/etc/java/php_java.jar. The file exists, but rpm is looking in the wrong place. How do I fix this? -- Jiann-Ming Su [EMAIL PROTECTED] 404-712-2603 Development Team Systems Administrator General Libraries Systems Division --- End Message --- --- Begin Message --- hi all, i get the following errors when i try to make: In function `mysql_real_connect': /cis/centauri/projects/deepu/php-4.3.0/ext/mysql/libmysql/libmysql.c:1311: undefined reference to `__inet_addr' ext/mysql/libmysql/my_net.o: In function `my_inet_ntoa': /cis/centauri/projects/deepu/php-4.3.0/ext/mysql/libmysql/my_net.c:32: undefined reference to `__inet_ntoa' ext/standard/basic_functions.o: In function `zif_ip2long': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/basic_functions.c:1237: undefined reference to `__inet_addr' ext/standard/basic_functions.o: In function `zif_long2ip': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/basic_functions.c:1257: undefined reference to `__inet_ntoa' ext/standard/dns.o: In function `php_gethostbyaddr': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/dns.c:130: undefined reference to `__inet_addr' ext/standard/dns.o: In function `zif_gethostbynamel': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/dns.c:186: undefined reference to `__inet_ntoa' ext/standard/dns.o: In function `php_gethostbyname': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/dns.c:206: undefined reference to `__inet_ntoa' ext/standard/dns.o: In function `zif_checkdnsrr': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/dns.c:256: undefined reference to `__res_search' ext/standard/dns.o: In function `zif_getmxrr': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/dns.c:317: undefined reference to `__res_search' /cis/centauri/projects/deepu/php-4.3.0/ext/standard/dns.c:346: undefined reference to `__dn_expand' ext/standard/fsock.o: In function `php_lookup_hostname': /cis/centauri/projects/deepu/php-4.3.0/ext/standard/fsock.c:120: undefined reference to `__
Re: [PHP-INST] newbie question blank page
Hello, I get the same thing but when I view the page source I can see the source for the php file. I am running it on AIX5.1 This is what I tried html> PHP Test Hello World"; ?> - Original Message - From: "- Edwin" <[EMAIL PROTECTED]> Newsgroups: php.install To: "Marcus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 9:36 AM Subject: Re: [PHP-INST] newbie question blank page > Hello, > > "Marcus" <[EMAIL PROTECTED]> wrote: > > Hi there Just manage to install RedHat 8 on a server and as soon as I > > load a php script to in the page is blank. > > Blank? No nothing? No errors? How about the (generated) source code? > (View -> Source in your browser) > > Use something simple for checking. Like: > > > phpinfo(); > > ?> > > and see what happens... > > > I have added > > AddType application/x-httpd .php > > in the httpd.conf file but this still doesn't work > > I don't think you really need this. When I installed RH8, all I had to > do was to start Apache and voila! I could run and see the result of > phpinfo() I mentioned above. > > - E > > ...[snip]... > > __ > Do You Yahoo!? > Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ > "- Edwin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > "Marcus" <[EMAIL PROTECTED]> wrote: > > Hi there Just manage to install RedHat 8 on a server and as soon as I > > load a php script to in the page is blank. > > Blank? No nothing? No errors? How about the (generated) source code? > (View -> Source in your browser) > > Use something simple for checking. Like: > > > phpinfo(); > > ?> > > and see what happens... > > > I have added > > AddType application/x-httpd .php > > in the httpd.conf file but this still doesn't work > > I don't think you really need this. When I installed RH8, all I had to > do was to start Apache and voila! I could run and see the result of > phpinfo() I mentioned above. > > - E > > ...[snip]... > > __ > Do You Yahoo!? > Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-INST] php 4.3.0 + apache 2.0 on Solaris 9
Hi, I am installing php 4.3.0 + Apache 2.0.44 on Solaris 9 with gcc 2.95.2. After compiling PHP, I got error messages. Anyone knows how to resolve it? Thanks! # which gcc /usr/local/bin/gcc # gcc -v gcc version 2.95.2 19991024 (release) # cd /usr/local/download/php-4.3.0 # ./configure --prefix=/usr/local \ > --with-apxs2=/usr/local/apache/bin/apxs \ > --with-mysql=/usr/local/mysql \ > --enable-track-vars ++ | *** ATTENTION ***| || | Something is likely to be messed up here, because the configure| | script was not able to detect a simple feature on your platform. | | This is often caused by incorrect configuration parameters. Please | | see the file debug.log for error messages. | || | If you are unable to fix this, send the file debug.log to the | | [EMAIL PROTECTED] mailing list and include appropiate | | information about your setup. | - >From debug.log, I found the following warning: ld: warning: file libgcc_s.so.1: required by /usr/local/lib/libz.so, not found ld.so.1: ./conftest: fatal: libgcc_s.so.1: open failed: No such file or directory -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-INST] php 4.3 in freebsd ports?
Perhaps this is the wrong vein for such discussion, but does anyone happen to know when php 4.3 is scheduled to be updated in freebsd ports? It's still packing the 4.2.3 distribution. -- Ryan C. Creasey Network Engineer p11creative, p11.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-INST] php-4.3.0 , solaris 8 compile error
Hello -- I'm attempting to build php 4.3.0 w/ gcc 3.2 and Apache 2.0.44 on Solaris 8. My configure command is: ./configure --with-apxs2=/opt/apache/bin/apxs Configure exits normally. Make runs for quite a while before terminating with: bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2 -avoid-version -module -L/usr/ucblib sr/ucblib -R /opt/gnu/lib/gcc-lib/sparc-sun-solaris2.8/3.2 ext/ctype/ctype.lo ext/mysql/php_mysql.lo eg.lo ext/mysql/libmysql/net.lo ext/mysql/libmysql/violite.lo ext/mysql/libmysql/password.lo ext/mysql/ysql/libmysql/my_static.lo ext/mysql/libmysql/my_malloc.lo ext/mysql/libmysql/my_realloc.lo ext/mysql/ext/mysql/libmysql/my_tempnam.lo ext/mysql/libmysql/my_open.lo ext/mysql/libmysql/mf_casecnv.lo ext/my ext/mysql/libmysql/errors.lo ext/mysql/libmysql/my_error.lo ext/mysql/libmysql/my_getwd.lo ext/mysql/ysql/libmysql/my_messnc.lo ext/mysql/libmysql/mf_dirname.lo ext/mysql/libmysql/mf_fn_ext.lo ext/mysql//mysql/libmysql/safemalloc.lo ext/mysql/libmysql/my_alloc.lo ext/mysql/libmysql/mf_format.lo ext/mysql ext/mysql/libmysql/my_fopen.lo ext/mysql/libmysql/mf_loadpath.lo ext/mysql/libmysql/my_pthread.lo extmutex.lo ext/mysql/libmysql/mulalloc.lo ext/mysql/libmysql/string.lo ext/mysql/libmysql/default.lo exty.lo ext/mysql/libmysql/my_once.lo ext/mysql/libmysql/list.lo ext/mysql/libmysql/my_net.lo ext/mysql/l/libmysql/strxmov.lo ext/mysql/libmysql/strnmov.lo ext/mysql/libmysql/strmake.lo ext/mysql/libmysql/stql/is_prefix.lo ext/mysql/libmysql/int2str.lo ext/mysql/libmysql/str2int.lo ext/mysql/libmysql/strinststrcend.lo ext/mysql/libmysql/bchange.lo ext/mysql/libmysql/bmove.lo ext/mysql/libmysql/bmove_upp.lo etrtoull.lo ext/mysql/libmysql/strtoll.lo ext/mysql/libmysql/charset.lo ext/mysql/libmysql/ctype.lo extxt/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/poses.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/standard/array.lo ext/standard/base64.lo ext/st/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/stat/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/sparsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.andard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_cp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/clizer.lo ext/standard/ftok.lo ext/standard/aggregation.lo ext/standard/sha1.lo ext/tokenizer/tokenizerxpat/xmlrole.lo ext/xml/expat/xmltok.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfrtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo m.lo main/streams.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo manguage_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zendtack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.l.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -lresolv -lm -ldl -lnsl -lsocket -lgcc -lcry Output line too long. Output line too long. Output line too long. gcc: TSR: No such file or directory make: *** [sapi/cli/php] Error 1 Any ideas? Thanks, Aaron Bennett -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-INST] php 4.3.0 + apache 2.0 on Solaris 9
Are you running in 64-bit mode? Brian == On Tue, Jan 28, 2003 at 01:40:11PM -0500, Hong Tian wrote: > Hi, > > I am installing php 4.3.0 + Apache 2.0.44 on Solaris 9 with gcc 2.95.2. > After compiling PHP, I got error messages. Anyone knows how to resolve it? > Thanks! > > # which gcc > /usr/local/bin/gcc > # gcc -v > gcc version 2.95.2 19991024 (release) > > # cd /usr/local/download/php-4.3.0 > # ./configure --prefix=/usr/local \ > > --with-apxs2=/usr/local/apache/bin/apxs \ > > --with-mysql=/usr/local/mysql \ > > --enable-track-vars > > > ++ > | *** ATTENTION ***| > || > | Something is likely to be messed up here, because the configure| > | script was not able to detect a simple feature on your platform. | > | This is often caused by incorrect configuration parameters. Please | > | see the file debug.log for error messages. | > || > | If you are unable to fix this, send the file debug.log to the | > | [EMAIL PROTECTED] mailing list and include appropiate | > | information about your setup. | > - > > >From debug.log, I found the following warning: > > ld: warning: file libgcc_s.so.1: required by /usr/local/lib/libz.so, not > found > ld.so.1: ./conftest: fatal: libgcc_s.so.1: open failed: No such file or > directory > > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- _ / Brian C. Hill [EMAIL PROTECTED] http://brian.bch.net\ | Unix Specialist BCH Technical Services http://www.bch.net | -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-INST] php-4.3.0 , solaris 8 compile error
Set your PATH to use xpg4 sed and it will work: PATH=/usr/xpg4/bin:$PATH Brian == On Tue, Jan 28, 2003 at 02:27:20PM -0500, Aaron Bennett wrote: > Hello -- > > I'm attempting to build php 4.3.0 w/ gcc 3.2 and Apache 2.0.44 on > Solaris 8. My configure command is: > > ./configure --with-apxs2=/opt/apache/bin/apxs > > Configure exits normally. Make runs for quite a while before > terminating with: > > > bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2 > -avoid-version -module -L/usr/ucblib sr/ucblib -R > /opt/gnu/lib/gcc-lib/sparc-sun-solaris2.8/3.2 ext/ctype/ctype.lo > ext/mysql/php_mysql.lo eg.lo ext/mysql/libmysql/net.lo > ext/mysql/libmysql/violite.lo ext/mysql/libmysql/password.lo > ext/mysql/ysql/libmysql/my_static.lo ext/mysql/libmysql/my_malloc.lo > ext/mysql/libmysql/my_realloc.lo > ext/mysql/ext/mysql/libmysql/my_tempnam.lo ext/mysql/libmysql/my_open.lo > ext/mysql/libmysql/mf_casecnv.lo ext/my ext/mysql/libmysql/errors.lo > ext/mysql/libmysql/my_error.lo ext/mysql/libmysql/my_getwd.lo > ext/mysql/ysql/libmysql/my_messnc.lo ext/mysql/libmysql/mf_dirname.lo > ext/mysql/libmysql/mf_fn_ext.lo ext/mysql//mysql/libmysql/safemalloc.lo > ext/mysql/libmysql/my_alloc.lo ext/mysql/libmysql/mf_format.lo ext/mysql > ext/mysql/libmysql/my_fopen.lo ext/mysql/libmysql/mf_loadpath.lo > ext/mysql/libmysql/my_pthread.lo extmutex.lo > ext/mysql/libmysql/mulalloc.lo ext/mysql/libmysql/string.lo > ext/mysql/libmysql/default.lo exty.lo ext/mysql/libmysql/my_once.lo > ext/mysql/libmysql/list.lo ext/mysql/libmysql/my_net.lo > ext/mysql/l/libmysql/strxmov.lo ext/mysql/libmysql/strnmov.lo > ext/mysql/libmysql/strmake.lo ext/mysql/libmysql/stql/is_prefix.lo > ext/mysql/libmysql/int2str.lo ext/mysql/libmysql/str2int.lo > ext/mysql/libmysql/strinststrcend.lo ext/mysql/libmysql/bchange.lo > ext/mysql/libmysql/bmove.lo ext/mysql/libmysql/bmove_upp.lo etrtoull.lo > ext/mysql/libmysql/strtoll.lo ext/mysql/libmysql/charset.lo > ext/mysql/libmysql/ctype.lo extxt/pcre/pcrelib/get.lo > ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo > ext/poses.lo ext/session/mod_mm.lo ext/session/mod_user.lo > ext/standard/array.lo ext/standard/base64.lo ext/st/standard/crc32.lo > ext/standard/crypt.lo ext/standard/cyr_convert.lo > ext/standard/datetime.lo ext/stat/standard/exec.lo ext/standard/file.lo > ext/standard/filestat.lo ext/standard/flock_compat.lo > ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo > ext/standard/info.lo ext/standard/iptc.lo ext/.lo ext/standard/math.lo > ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo > ext/sparsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo > ext/standard/reg.lo ext/standard/soundex.andard/syslog.lo > ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo > ext/standard/url_scanext/standard/assert.lo ext/standard/strnatcmp.lo > ext/standard/levenshtein.lo ext/standard/incomplete_cp_fopen_wrapper.lo > ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo > ext/standard/clizer.lo ext/standard/ftok.lo ext/standard/aggregation.lo > ext/standard/sha1.lo ext/tokenizer/tokenizerxpat/xmlrole.lo > ext/xml/expat/xmltok.lo regex/regcomp.lo regex/regexec.lo > regex/regerror.lo regex/regfrtual_cwd.lo main/main.lo main/snprintf.lo > main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/SAPI.lo > main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo > main/strlcat.lo main/mergesort.lo m.lo main/streams.lo main/network.lo > main/php_open_temporary_file.lo main/php_logos.lo main/output.lo > manguage_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo > Zend/zend_ini_scanner.lo Zend/.lo Zend/zend_dynamic_array.lo > Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo > Zendtack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo > Zend/zend_API.lo Zend/zend_extensions.l.lo > Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo > Zend/zend_qsort.lo Zend/zend_sapi/cli/getopt.lo > main/internal_functions_cli.lo -lcrypt -lresolv -lm -ldl -lnsl -lsocket > -lgcc -lcry > Output line too long. > Output line too long. > Output line too long. > gcc: TSR: No such file or directory > make: *** [sapi/cli/php] Error 1 > > > Any ideas? > > Thanks, > > Aaron Bennett > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- _ / Brian C. Hill [EMAIL PROTECTED] http://brian.bch.net\ | Unix Specialist BCH Technical Services http://www.bch.net | -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-INST] php-4.3.0 , solaris 8 compile error
Thank you. That worked perfectly. < slaps himself on the forehead with the palm of his hand > Brian C. Hill wrote: Set your PATH to use xpg4 sed and it will work: PATH=/usr/xpg4/bin:$PATH Brian == On Tue, Jan 28, 2003 at 02:27:20PM -0500, Aaron Bennett wrote: Hello -- I'm attempting to build php 4.3.0 w/ gcc 3.2 and Apache 2.0.44 on Solaris 8. My configure command is: ./configure --with-apxs2=/opt/apache/bin/apxs Configure exits normally. Make runs for quite a while before terminating with: bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2 -avoid-version -module -L/usr/ucblib sr/ucblib -R /opt/gnu/lib/gcc-lib/sparc-sun-solaris2.8/3.2 ext/ctype/ctype.lo ext/mysql/php_mysql.lo eg.lo ext/mysql/libmysql/net.lo ext/mysql/libmysql/violite.lo ext/mysql/libmysql/password.lo ext/mysql/ysql/libmysql/my_static.lo ext/mysql/libmysql/my_malloc.lo ext/mysql/libmysql/my_realloc.lo ext/mysql/ext/mysql/libmysql/my_tempnam.lo ext/mysql/libmysql/my_open.lo ext/mysql/libmysql/mf_casecnv.lo ext/my ext/mysql/libmysql/errors.lo ext/mysql/libmysql/my_error.lo ext/mysql/libmysql/my_getwd.lo ext/mysql/ysql/libmysql/my_messnc.lo ext/mysql/libmysql/mf_dirname.lo ext/mysql/libmysql/mf_fn_ext.lo ext/mysql//mysql/libmysql/safemalloc.lo ext/mysql/libmysql/my_alloc.lo ext/mysql/libmysql/mf_format.lo ext/mysql ext/mysql/libmysql/my_fopen.lo ext/mysql/libmysql/mf_loadpath.lo ext/mysql/libmysql/my_pthread.lo extmutex.lo ext/mysql/libmysql/mulalloc.lo ext/mysql/libmysql/string.lo ext/mysql/libmysql/default.lo exty.lo ext/mysql/libmysql/my_once.lo ext/mysql/libmysql/list.lo ext/mysql/libmysql/my_net.lo ext/mysql/l/libmysql/strxmov.lo ext/mysql/libmysql/strnmov.lo ext/mysql/libmysql/strmake.lo ext/mysql/libmysql/stql/is_prefix.lo ext/mysql/libmysql/int2str.lo ext/mysql/libmysql/str2int.lo ext/mysql/libmysql/strinststrcend.lo ext/mysql/libmysql/bchange.lo ext/mysql/libmysql/bmove.lo ext/mysql/libmysql/bmove_upp.lo etrtoull.lo ext/mysql/libmysql/strtoll.lo ext/mysql/libmysql/charset.lo ext/mysql/libmysql/ctype.lo extxt/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/poses.lo ext/session/mod_mm.lo ext/session/mod_user.lo ext/standard/array.lo ext/standard/base64.lo ext/st/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/stat/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/sparsedate.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.andard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_cp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/clizer.lo ext/standard/ftok.lo ext/standard/aggregation.lo ext/standard/sha1.lo ext/tokenizer/tokenizerxpat/xmlrole.lo ext/xml/expat/xmltok.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfrtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo m.lo main/streams.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo manguage_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zendtack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.l.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -lresolv -lm -ldl -lnsl -lsocket -lgcc -lcry Output line too long. Output line too long. Output line too long. gcc: TSR: No such file or directory make: *** [sapi/cli/php] Error 1 Any ideas? Thanks, Aaron Bennett -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php