php-install Digest 1 Feb 2003 01:13:16 -0000 Issue 1228
Topics (messages 9899 through 9918):
Re: sessions
9899 by: John Coder
9900 by: Stephen Edmonds
PHP installation problem on Sun Solaris 5.8
9901 by: Hsiao Ketung Contr 61 CS/SCBN
Apache_1.3.26 - Directory Access
9902 by: Atif Jakupovic
9903 by: Jeffrey_N_Dyke.Keane.com
9904 by: Nick Gianakas
9905 by: Jeffrey_N_Dyke.Keane.com
9910 by: Matt Schroebel
9911 by: janet.valade.com
Change php extension
9906 by: sharadb.bgnet.bgsu.edu
9908 by: Dave Pfister
9909 by: sharadb.bgnet.bgsu.edu
Running Apache+PHP4+OCI8 on CYGWIN
9907 by: Alexander Vikulin, VOGClub.com CEO
secure offerings
9912 by: Chandler, Jacob R
9915 by: Chandler, Jacob R
Whither mysql.so?
9913 by: J.F. Noonan
9914 by: Jim Thome
9916 by: J.F. Noonan
9917 by: Matt
4.3 Install on Solaris
9918 by: Weston Houghton
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 ---
On Fri, 2003-01-31 at 07:20, jacusy wrote:
> Hi there!
>
> How can I verify that the sessions in php are working correctly?
>
> The problem is that I'd like to install a forum on my server but it
> doesn't work. There are some session-errors.
>
> session.save-path = /tmp
> should be ok, right?
>
> jacusy
if you have a phpinfo page it shoul tell you there where your session
paths are then just look in that directory and file under sessid* as
root that will tell what is stored in your session
John Coder
--- End Message ---
--- Begin Message ---
If you are running Windows as your operating system, you can not use /tmp as
the session directory. You have to specify a valid windows directroy (e.g.
it must exist)
Most people use something like
C:/PHP/SessionData
Stephen
----- Original Message -----
From: "jacusy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 12:20 PM
Subject: [PHP-INST] sessions
> Hi there!
>
> How can I verify that the sessions in php are working correctly?
>
> The problem is that I'd like to install a forum on my server but it
> doesn't work. There are some session-errors.
>
> session.save-path = /tmp
> should be ok, right?
>
> jacusy
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
> Hello,
>
> We've been struggling with the PHP installatin for the last 2 days.
> I've installed libgcc-3.2.sol7-sparc-local hoping that the
> "libgcc_s.so.1: open failed: No such file or directory" message would
go away.
I've gotten the same errors message.
> Anyone has any clue, hint ?
> Thanks in advance.
>
>
>
> Here is the debog.log:
>
CONFIGURE: './configure' '--with-mysql=/usr/local/mysql'
'--with-nsapi=/usr/local/nshome' '--enable-track-vars' '--enable-libgcc'
CC: gcc
CFLAGS: -g -O2 -pthreads
CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT
CXX:
CXXFLAGS:
INCLUDES: -I/include -I$(top_builddir)/Zend
-I/usr/local/mysql/include/mysql
LDFLAGS: -R/usr/ucblib -L/usr/ucblib
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3
-R/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql
LIBS: -lmysqlclient -lcrypt -lresolv -lresolv -lresolv -lm -ldl
-lsocket -lsocket -lgcc -lcrypt
DLIBS:
SAPI: nsapi
PHP_RPATHS: /usr/ucblib /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3
/usr/local/mysql/lib/mysql
uname -a: SunOS musca 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-1
gcc -o conftest -g -O2 -pthreads -D_POSIX_PTHREAD_SEMANTICS
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -R/usr/ucblib -L/usr/ucblib
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3
-R/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql conftest.c
-lmysqlclient -lcrypt -lresolv -lresolv -lresolv -lm -ldl -lsocket -lsocket
-lgcc -lcrypt 1>&5
ld.so.1: ./conftest: fatal: libgcc_s.so.1: open failed: No such file or
directory
--- End Message ---
--- Begin Message ---
I need to find out how to protect files in a directory to be seen by a Web
browser.
For example: The 'http://my_web_site/my_directory/index.php' file will be
displayed correctly, but if I type 'http://my_web_site/my_directory/' I'll
see the list of files and directories in the 'my_directory' directory.
(Embedded image moved to file: pic30568.pcx)
This is not secure.
Please, does somebody know how I can protect a direct access to my
directories from a web browser?
Thank you
--- End Message ---
--- Begin Message ---
in your Apache -> httpd.conf, comment out this line.....and restart apache.
AddModule mod_autoindex.c
hth
jeff
"Atif Jakupovic"
<Atif_Jakupovic@hc To: [EMAIL PROTECTED]
-sc.gc.ca> cc:
Subject: [PHP-INST] Apache_1.3.26 -
Directory Access
01/31/2003 01:05
PM
I need to find out how to protect files in a directory to be seen by a Web
browser.
For example: The 'http://my_web_site/my_directory/index.php' file will be
displayed correctly, but if I type 'http://my_web_site/my_directory/' I'll
see the list of files and directories in the 'my_directory' directory.
(Embedded image moved to file: pic30568.pcx)
This is not secure.
Please, does somebody know how I can protect a direct access to my
directories from a web browser?
Thank you
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Not sure, but if you add a "welcome" page (like index.html), would that
also do it (along w/ the obvious side-effect)?
Regards,
Nick
On Fri, 2003-01-31 at 13:15, [EMAIL PROTECTED] wrote:
> in your Apache -> httpd.conf, comment out this line.....and restart apache.
>
> AddModule mod_autoindex.c
>
> hth
> jeff
>
>
>
>
> "Atif Jakupovic"
>
> <Atif_Jakupovic@hc To: [EMAIL PROTECTED]
>
> -sc.gc.ca> cc:
>
> Subject: [PHP-INST] Apache_1.3.26 -
>Directory Access
> 01/31/2003 01:05
>
> PM
>
>
>
>
>
>
>
>
>
> I need to find out how to protect files in a directory to be seen by a Web
> browser.
>
> For example: The 'http://my_web_site/my_directory/index.php' file will be
> displayed correctly, but if I type 'http://my_web_site/my_directory/' I'll
> see the list of files and directories in the 'my_directory' directory.
>
> (Embedded image moved to file: pic30568.pcx)
>
> This is not secure.
>
> Please, does somebody know how I can protect a direct access to my
> directories from a web browser?
>
> Thank you
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
--- End Message ---
--- Begin Message ---
that would definitely work.
and i should have mentioned before. you should add php to this directive
in apache....(this is mine)
<IfModule mod_dir.c>
DirectoryIndex index.php index.shtml index.html index.jsp
</IfModule>
that way if someone calls the directory(http://webserver/directory/) it
will default to those pages in the order you have them listed.
hth
jeff
Nick Gianakas
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
acisd.com> cc:
Subject: Re: [PHP-INST] Apache_1.3.26 -
Directory Access
01/31/2003 01:18
PM
Not sure, but if you add a "welcome" page (like index.html), would that
also do it (along w/ the obvious side-effect)?
Regards,
Nick
On Fri, 2003-01-31 at 13:15, [EMAIL PROTECTED] wrote:
> in your Apache -> httpd.conf, comment out this line.....and restart
apache.
>
> AddModule mod_autoindex.c
>
> hth
> jeff
>
>
>
> "Atif Jakupovic"
> <Atif_Jakupovic@hc To:
[EMAIL PROTECTED]
> -sc.gc.ca> cc:
> Subject: [PHP-INST]
Apache_1.3.26 - Directory Access
> 01/31/2003 01:05
> PM
>
>
>
>
>
>
> I need to find out how to protect files in a directory to be seen by a
Web
> browser.
>
> For example: The 'http://my_web_site/my_directory/index.php' file will
be
> displayed correctly, but if I type 'http://my_web_site/my_directory/'
I'll
> see the list of files and directories in the 'my_directory' directory.
>
> (Embedded image moved to file: pic30568.pcx)
>
> This is not secure.
>
> Please, does somebody know how I can protect a direct access to my
> directories from a web browser?
>
> Thank you
>
> --
> 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
--- End Message ---
--- Begin Message ---
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 31, 2003 1:16 PM
> To: Atif Jakupovic
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] Apache_1.3.26 - Directory Access
>
>
>
> in your Apache -> httpd.conf, comment out this line.....and
> restart apache.
>
> AddModule mod_autoindex.c
You can also use the options directive, which can work in an .htaccess
file for a virtualhost or directory:
Options -Indexes
http://httpd.apache.org/docs/mod/core.html#options
--- End Message ---
--- Begin Message ---
In a message dated 1/31/2003 10:09:48 AM Pacific Standard Time,
[EMAIL PROTECTED] writes:
>For example: The 'http://my_web_site/my_directory/index.php' file will be
>displayed correctly, but if I type 'http://my_web_site/my_directory/' I'll
>see the list of files and directories in the 'my_directory' directory.
>
> (Embedded image moved to file: pic30568.pcx)
>
>This is not secure.
>
>Please, does somebody know how I can protect a direct access to my
>directories from a web browser?
You have two issues here. One is that you do not have the default file set to
index.php. That is, when the URL specifies a directory, the server looks for
a specified file to send by default, and, in your setup, index.php is not one
of the files it looks for to send by default. This is a setting in your web
server. You need to change the setting there. In Apache, you specify this as
follows:
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
Your second issue is that the web server displays all the files in the
directory when you don't have the default file it's looking for. This is also
a setting in the Web server. In Apache, you specify this as follows:
Options Indexes (to turn it on)
Options -Indexes (to turn it off)
You want to change the setting. Then, the web server will send a message when
the file is not present in the directory, e.g.:
Forbidden
You don't have permission etc.
Janet
--------------------
Janet Valade
Author, PHP & MySQL for Dummies
--- End Message ---
--- Begin Message ---
Hello,
I am new to this mailing list. Actually, I just want to know how to
change the php file extension to work from .php to .php4. I mean, I
remember using .php3 while I was using php3 but I dont' know how to
change extension to .php4. I can only use .php extension when I
installed php4.
Hoping for kind suggestions.
Thanks and regards,
Sharad
--- End Message ---
--- Begin Message ---
[EMAIL PROTECTED] wrote:
Hello,
I am new to this mailing list. Actually, I just want to know how to
change the php file extension to work from .php to .php4. I mean, I
remember using .php3 while I was using php3 but I dont' know how to
change extension to .php4. I can only use .php extension when I
installed php4.
AddType application/x-httpd-php .php .php3 .phtml
Add .php4 to this list, in your httpd.conf... that should do it.
--
Dave Pfister | Phone : (402) 471-7893 | Quidquid latine dictum
Nebrask@ Online | e-mail: [EMAIL PROTECTED] | sit, altum viditur.
--- End Message ---
--- Begin Message ---
Thanks for your kind response. But that works with apache server. I want
to use php4 or php3 extension in windows 2000 with IIS 5 server.
Regards,
Sharad
---------Included Message----------
>Date: Fri, 31 Jan 2003 12:54:15 -0600
>From: "Dave Pfister" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: [PHP-INST] Change php extension
>
>[EMAIL PROTECTED] wrote:
>> Hello,
>>
>> I am new to this mailing list. Actually, I just want to know how to
>> change the php file extension to work from .php to .php4. I mean, I
>> remember using .php3 while I was using php3 but I dont' know how to
>> change extension to .php4. I can only use .php extension when I
>> installed php4.
>
> AddType application/x-httpd-php .php .php3 .phtml
>
>Add .php4 to this list, in your httpd.conf... that should do it.
>
>
>--
>Dave Pfister | Phone : (402) 471-7893 | Quidquid latine dictum
>Nebrask@ Online | e-mail: [EMAIL PROTECTED] | sit, altum viditur.
>
>
>
>--
>PHP Install Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
---------End of Included Message----------
--- End Message ---
--- Begin Message ---
Hello,
For testing/development purpose I need to run Apache+PHP4 with OCI8 on a
Windows NT machine under CYGWIN.
I tried several different approaches to make it work, but without any
success.
I used Apache and PHP4 sources, which can be installed with CYGWIN to
build PHP as apache module. I read somewhere that only them could work,
because they include some patches for cygwin.
I succeded to configure, make and make install PHP, but when I attempt
to configure apache with
./configure --activate-module=src/modules/php4/libphp4.a
--enable-module=php4
I receive the following error:
======== Error Output for sanity check ========
cd ..; gcc -DCYGWIN -I/usr/src/php-4.2.0-1 -I/usr/src/php-4.2.0-1/main
-I/usr/src/php-4.2.0-1/main -I/usr/src/php-4.2.0-1/Zend
-I/usr/src/php-4.2.0-1/Zend -I/usr/src/php-4.2.0-1/TSRM
-I/usr/src/php-4.2.0-1/TSRM -I/usr/src/php-4.2.0-1 -DNO_DL_NEEDED
`./apaci` -o helpers/dummy helpers/dummy.c
-Wl,-rpath,/cygdrive/c/oracle/ora90/lib -/cygdrive/c/oracle/ora90/lib
-Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lnsl
-lm -ldl -lcrypt -lm -lcrypt -lclntsh -lcrypt -lgdbm -lexpat
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld:
cannot find -lclntsh
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============
I had similar problems with -lnsl and -ldl To rectify these I just took
corresponding *.a files from a Linux box. I have no idea if it can work
that way on CYGWIN, but at least the sanity check went further to
-lclntsh then.
I cannot fine libclntsh.a anywhere. Neither on a Linux box, nor on a
Windows NT one, in Oracle distribution.
I could only find libclntsh.so
Any solutions?
Thank you,
Alexander Vikulin
--- End Message ---
--- Begin Message ---
We are interested in offering PHP for our students in a secure way, but
we also don't want to run PHP in CGI mode. We want to restrict users to
use only their own files and probably those in the PEAR and other
include directories, but we don't want them to be able to modify those
files.
Jacob Chandler
Computer Services
Sam Houston State University
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Thanks for the response. However, it seems that Jail only works for
users logging into the system through some terminal. We are wanting
something that controls the access of their php scripts that are being
executed.
-----Original Message-----
From: Andres L. Figari [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 31, 2003 2:37 PM
To: Chandler, Jacob R
Subject: Re: [PHP-INST] secure offerings
you should look into jail
this porject makes it easy for linux
http://www.gsyc.inf.uc3m.es/~assman/jail/
----- Original Message -----
From: "Chandler, Jacob R" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 12:30 PM
Subject: [PHP-INST] secure offerings
We are interested in offering PHP for our students in a secure way, but
we also don't want to run PHP in CGI mode. We want to restrict users to
use only their own files and probably those in the PEAR and other
include directories, but we don't want them to be able to modify those
files.
Jacob Chandler
Computer Services
Sam Houston State University
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Hi All,
I'm trying to get php-4.2.3 going with Apache 1.3.27 on a FreeBSD
4.7-STABLE system. I have tried to build myself and through the
ports collwction and 'configure' and 'make' complete without any
trouble. But, I never get a mysql.so from it? Surely there is
something very simple that I am missing here, but for the life of
me, I don't know what it is.
Thanks,
--
Joseph F. Noonan
Rigaku/MSC Inc.
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
MySQL support is built into PHP 4.2.3. There is no mysql.so. The phpinfo() function
should show support for MySQL.
--
Jim
>>> "J.F. Noonan" <[EMAIL PROTECTED]> 01/31/03 01:25PM >>>
Hi All,
I'm trying to get php-4.2.3 going with Apache 1.3.27 on a FreeBSD
4.7-STABLE system. I have tried to build myself and through the
ports collwction and 'configure' and 'make' complete without any
trouble. But, I never get a mysql.so from it? Surely there is
something very simple that I am missing here, but for the life of
me, I don't know what it is.
Thanks,
--
Joseph F. Noonan
Rigaku/MSC Inc.
[EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
On Fri, 31 Jan 2003 at 1:52pm Jim Thome wrote:
> MySQL support is built into PHP 4.2.3. There is no mysql.so.
> The phpinfo() function should show support for MySQL.
Hmm. Here's what happens when I 'apachectl startssl'
PHP Warning: Unable to load dynamic library
'/usr/local/libexec/apache/mysql.so' - Cannot open
"/usr/local/libexec/apache/mysql.so" in Unknown on line 0
and I'd forgotten to mention I get this as well:
PHP Warning: Invalid library (maybe not a PHP library)
'mod_imap.so' in Unknown on line 0
Thanks,
> Jim
>
> >>> "J.F. Noonan" <[EMAIL PROTECTED]> 01/31/03 01:25PM >>>
>
> Hi All,
>
> I'm trying to get php-4.2.3 going with Apache 1.3.27 on a FreeBSD
> 4.7-STABLE system. I have tried to build myself and through the
> ports collwction and 'configure' and 'make' complete without any
> trouble. But, I never get a mysql.so from it? Surely there is
> something very simple that I am missing here, but for the life of
> me, I don't know what it is.
>
> Thanks,
>
>
>
>
> --
>
> Joseph F. Noonan
> Rigaku/MSC Inc.
> [EMAIL PROTECTED]
>
>
> --
> 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
>
--- End Message ---
--- Begin Message ---
----- Original Message -----
From: "J.F. Noonan" <[EMAIL PROTECTED]>
To: "Jim Thome" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 5:32 PM
Subject: Re: [PHP-INST] Whither mysql.so?
>
> On Fri, 31 Jan 2003 at 1:52pm Jim Thome wrote:
>
> > MySQL support is built into PHP 4.2.3. There is no mysql.so.
> > The phpinfo() function should show support for MySQL.
>
> Hmm. Here's what happens when I 'apachectl startssl'
>
> PHP Warning: Unable to load dynamic library
> '/usr/local/libexec/apache/mysql.so' - Cannot open
> "/usr/local/libexec/apache/mysql.so" in Unknown on line 0
>
>
> and I'd forgotten to mention I get this as well:
>
> PHP Warning: Invalid library (maybe not a PHP library)
> 'mod_imap.so' in Unknown on line 0
Tell us a little more about what you're doing. Post your php ./config.nice
and the output of httpd -l
--- End Message ---
--- Begin Message ---
All,
I seem to be getting a silly error on Solaris when trying to do a PHP
4.3 make. I get an error that looks to me like the liner arguments are
just too long. to be honest, I'm a bit stupified as to why this is
happening or how to fix it. FWIW, I have compiled 4.23 just fine on
that box.
Thanks,
Wes
p.s. here's the last bit of the error:
/bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2
-avoid-version -module -L/usr/ucblib
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1
-L/export/home/oracle/OraHome/lib -R /usr/ucblib -R
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1 -R
/export/home/oracle/OraHome/lib ext/ctype/ctype.lo ext/ftp/php_ftp.lo
ext/ftp/ftp.lo ext/mysql/php_mysql.lo ext/mysql/libmysql/libmysql.lo
ext/mysql/libmysql/errmsg.lo ext/mysql/libmysql/net.lo
ext/mysql/libmysql/violite.lo ext/mysql/libmysql/password.lo
ext/mysql/libmysql/my_init.lo ext/mysql/libmysql/my_lib.lo
ext/mysql/libmysql/my_static.lo ext/mysql/libmysql/my_malloc.lo
ext/mysql/libmysql/my_realloc.lo ext/mysql/libmysql/my_create.lo
ext/mysql/libmysql/my_delete.lo ext/mysql/libmysql/my_tempnam.lo
ext/mysql/libmysql/my_open.lo ext/mysql/libmysql/mf_casecnv.lo
ext/mysql/libmysql/my_read.lo ext/mysql/libmysql/my_write.lo
ext/mysql/libmysql/errors.lo ext/mysql/libmysql/my_error.lo
ext/mysql/libmysql/my_getwd.lo ext/mysql/libmysql/my_div.lo
ext/mysql/libmysql/mf_pack.lo ext/mysql/libmysql/my_messnc.lo
ext/mysql/libmysql/mf_dirname.lo ext/mysql/libmysql/mf_fn_ext.lo
ext/mysql/libmysql/mf_wcomp.lo ext/mysql/libmysql/typelib.lo
ext/mysql/libmysql/safemalloc.lo ext/mysql/libmysql/my_alloc.lo
ext/mysql/libmysql/mf_format.lo ext/mysql/libmysql/mf_path.lo
ext/mysql/libmysql/mf_unixpath.lo ext/mysql/libmysql/my_fopen.lo
ext/mysql/libmysql/mf_loadpath.lo ext/mysql/libmysql/my_pthread.lo
ext/mysql/libmysql/my_thr_init.lo ext/mysql/libmysql/thr_mutex.lo
ext/mysql/libmysql/mulalloc.lo ext/mysql/libmysql/string.lo
ext/mysql/libmysql/default.lo ext/mysql/libmysql/my_compress.lo
ext/mysql/libmysql/array.lo ext/mysql/libmysql/my_once.lo
ext/mysql/libmysql/list.lo ext/mysql/libmysql/my_net.lo
ext/mysql/libmysql/dbug.lo ext/mysql/libmysql/strmov.lo
ext/mysql/libmysql/strxmov.lo ext/mysql/libmysql/strnmov.lo
ext/mysql/libmysql/strmake.lo ext/mysql/libmysql/strend.lo
ext/mysql/libmysql/strfill.lo ext/mysql/libmysql/is_prefix.lo
ext/mysql/libmysql/int2str.lo ext/mysql/libmysql/str2int.lo
ext/mysql/libmysql/strinstr.lo ext/mysql/libmysql/strcont.lo
ext/mysql/libmysql/strcend.lo ext/mysql/libmysql/bchange.lo
ext/mysql/libmysql/bmove.lo ext/mysql/libmysql/bmove_upp.lo
ext/mysql/libmysql/longlong2str.lo ext/mysql/libmysql/strtoull.lo
ext/mysql/libmysql/strtoll.lo ext/mysql/libmysql/charset.lo
ext/mysql/libmysql/ctype.lo ext/oci8/oci8.lo ext/overload/overload.lo
ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo
ext/pcre/pcrelib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo
ext/posix/posix.lo ext/session/session.lo ext/session/mod_files.lo
ext/session/mod_mm.lo ext/session/mod_user.lo ext/standard/array.lo
ext/standard/base64.lo ext/standard/basic_functions.lo
ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo
ext/standard/cyr_convert.lo ext/standard/datetime.lo
ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo
ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo
ext/standard/flock_compat.lo ext/standard/formatted_print.lo
ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo
ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo
ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo
ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo
ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo
ext/standard/parsedate.lo ext/standard/quot_print.lo
ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo
ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo
ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo
ext/standard/url_scanner.lo ext/standard/var.lo
ext/standard/versioning.lo ext/standard/assert.lo
ext/standard/strnatcmp.lo ext/standard/levenshtein.lo
ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo
ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo
ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo
ext/standard/css.lo ext/standard/var_unserializer.lo
ext/standard/ftok.lo ext/standard/aggregation.lo ext/standard/sha1.lo
ext/tokenizer/tokenizer.lo ext/xml/xml.lo ext/xml/expat/xmlparse.lo
ext/xml/expat/xmlrole.lo ext/xml/expat/xmltok.lo regex/regcomp.lo
regex/regexec.lo regex/regerror.lo regex/regfree.lo TSRM/TSRM.lo
TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo
main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo
main/fopen_wrappers.lo main/alloca.lo main/php_ini.lo main/SAPI.lo
main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo
main/strlcat.lo main/mergesort.lo main/reentrancy.lo
main/php_variables.lo main/php_ticks.lo main/streams.lo main/network.lo
main/php_open_temporary_file.lo main/php_logos.lo main/output.lo
main/memory_streams.lo main/user_streams.lo
Zend/zend_language_parser.lo Zend/zend_language_scanner.lo
Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo
Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo
Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo
Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo
Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo
Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo
Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo
Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo
main/internal_functions_cli.lo -lcrypt -lresolv -lm -ldl -lnsl -lsocket
-lgcc -lcrypt -lnsl -lsocket -lgen -ldl -lsched -lclntsh -o
sapi/cli/php
Output line too long.
Output line too long.
Output line too long.
gcc: rege: No such file or directory
make: *** [sapi/cli/php] Error 1
------------------------------------------------------------------------
---
The selection and placement of letters on this page was
determined automatically by a computer program. Any
resemblance to actual words, sentences, or paragraphs is
pure coincidence, and no liability will be assumed for
such coincidences.
------------------------------------------------------------------------
---
--- End Message ---