AW: [PHP-INST] config.cache file--what is it?

2002-02-20 Thread Stefan Siefert
Hi, after you run a ./configure it creates a config.cache file (and a lot more files). In this file all the configure options etc. are stored. So .. before you run a new ./configure be sure to remove the file. Ahm yes the name of the file is indeed 'config.cache' Greetings, Stef

AW: [PHP-INST] cant find where ./configure --help works

2002-02-20 Thread Stefan Siefert
of a distribution or so) .. then you need to get the sources from www.php.net unzip and untar them and then .. ./configure :) Greetings, Stefan Siefert -Ursprungliche Nachricht- Von: Ryan Snow [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Februar 2002 19:23 An: [EMAIL PROTECTED] Betreff: [PHP

AW: AW: [PHP-INST] cant find where ./configure --help works

2002-02-20 Thread Stefan Siefert
dfile make: cd php-4.1.1 (or any version you got) there you can run ./configure --help Greetings, Stefan Siefert -Ursprungliche Nachricht- Von: Ryan Snow [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Februar 2002 19:39 An: Stefan Siefert Cc: [EMAIL PROTECTED] Betreff: Re: AW: [PHP-

AW: [PHP-INST] Installing PHP with Apache and Sybase on Linux

2002-05-20 Thread Stefan Siefert
.. which Sybase Database System would you like to connect to ... Sybase ASA or the big on Sybase ASE? Greetings, Stefan Siefert -Ursprüngliche Nachricht- Von: Vivek Kumar Agrawal [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 20. Mai 2002 09:20 An: PHP Install Betreff: [PHP-INST] Installing PHP

[PHP-INST] AW: [PHP-DB] PHP 4.04 install binary Win32 and MSQL 7.0

2001-01-18 Thread Stefan Siefert
I'm not 100 % sure (cause we don't use the win binaries) but I think I can remember that you have to uncomment some lines in the php.ini file. There should be a section with database modules like oracle odbc or somethink like this. try to uncomment the sybase module. Hope this works, Greetings

[PHP-INST] Memory Limitation of PHP scripts

2001-07-06 Thread Stefan Siefert
. This is very mysterious, cause the scripts are the same like before. Is there any bug? Or any changes in the version 4.0.6? Hope you can answer some of the problems :-). Greetings, Stefan Siefert -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-INST] Memory Limitation of PHP scripts

2001-07-06 Thread Stefan Siefert
failed. This is very mysterious, cause the scripts are the same like before. Is there any bug? Or any changes in the version 4.0.6? Hope you can answer some of the problems :-). Greetings, Stefan Siefert -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [PHP-INST] mod_php and Apache 2.0.16 Need help please?

2001-07-09 Thread Stefan Siefert
Hi, Apache 2.x has a different Module System to Aapche 1.x I think. So you need a module which is compiled against apache 2.0, or you compile it yourself... you need to configure it with: --with-apxs2=/your/path/to/your/apache2/apxs/binary :-) and all the other functions you may want to use... an

AW: [PHP-INST] Problems installing PHP with Apache

2001-07-09 Thread Stefan Siefert
=so (this is the module, which is needed to execute an moduled php) then.. configure your php and add the option --with-apxs=/your/path/to/apache/bin/apxs .. now, make "make && make install" and remove the option --with-apache .. this should work.. Greetings, Stefan Siefert

[PHP-INST] --enable-sigchild

2001-07-10 Thread Stefan Siefert
Hi, does anyone know what the PHP SigChild Handler is? I only find it together with Oracle usage in the web... does it make sense to use it? What do you think about the handler? Thanks, Stefan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For add

AW: [PHP-INST] Installing PHP 4.0.6 on IIS5 under W2K

2001-07-10 Thread Stefan Siefert
Hi, hm, did you (in ISAPI) enter php.exe %s %s ? Cause if you do not so (e.g. only php.exe) this could be the reason for this error ... :-) Stefan -Ursprüngliche Nachricht- Von: David Zinzius [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 10. Juli 2001 13:09 An: [EMAIL PROTECTED] Betref

AW: [PHP-INST] HELP! create gifs and jpgs

2001-09-21 Thread Stefan Siefert
Hi Aaron, I can't answer all the question of yours (cause we only use linux) but I think I might give you some hints (I'm not sure if this works on Windows). On Linux, you can create Images from PHP withe the php own functions (requires gdlib) or with an external tool (think there exists maybe mo

Re: [PHP-INST] MYSQL support

2001-09-22 Thread Stefan Siefert
hi, hm not sure about but couldn't a symlink help? maybe you should try a symlink /tmp/mysql.sock to the real one.. I'm not sure if you can trick php with this but theoreticaly it could be possible. Greetings, Stefan Siefert - Original Message - From: Ashley M. Kirchn

Re: [PHP-INST] Re: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-20 Thread Stefan Siefert
php, but doesn't requires the #! line in the scripts. I'm not sure, but it should work. Hope this helps you, Stefan Siefert - Original Message - From: Dave Goodrich <[EMAIL PROTECTED]> To: Philippe <[EMAIL PROTECTED]> Cc: php-general <[EMAIL PROTECTED]>; php-

[PHP-INST] AW: PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-21 Thread Stefan Siefert
Hi, well I do understand your needing. First a question. What are your compile options, e.g. your configure call? Do you use --enable-discard-path ? If not, try this. You need this option to run Phpscripts from cgi-bin folders!!! Greetings, Stefan Siefert -Ursprüngliche Nachricht

AW: [PHP-INST] Re: PHP-4.0.6 compilation error

2001-10-22 Thread Stefan Siefert
Hi, you could try the following things: make a configure with the --without-gd switch. Also make sure, that you deleted before the config.cache file (think there could be a bug with overwriting it). Hope this helps! Stefan Siefert -Ursprüngliche Nachricht- Von: Paul [mailto:[EMAIL

AW: [PHP-INST] Re: PHP-4.0.6 compilation error

2001-10-22 Thread Stefan Siefert
tefan Siefert -Ursprüngliche Nachricht- Von: Paul [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. Oktober 2001 17:27 An: [EMAIL PROTECTED] Betreff: Re: [PHP-INST] Re: PHP-4.0.6 compilation error I did that, didn't make a difference. "Stefan Siefert" <[EMAIL PROTECTED]&g

Re: [PHP-INST] lex?

2001-10-25 Thread Stefan Siefert
Hi, the missing package is called flex. Not sure why you do need it, but I think it is something of the build enviroment... you can find packages for your System maybe here: http://www.rpmfind.net/linux/rpm2html/search.php?query=flex Greetings, Stefan Siefert - Original Message

AW: [PHP-INST] RH 7.2 - After Install ... No CD-ROM support

2001-12-19 Thread Stefan Siefert
Hi, hm don't you think you're on the wrong mailing list?? This is a PHP Mailing list (yes indeed it is a install Mailinglist but for php relevant issues..). If you need to recompile your kernel, get the kernel from www.kernel.org (you don't need to copy them from cd!) Gre

Re: [PHP-INST] PHP and Apache question

2002-01-04 Thread Stefan Siefert
rsite). Remember you can't bind to apache to the same ip and the same port. This is IMHO inpossible. Greetings, Stefan Siefert - Original Message - From: Charles Marcus <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 05, 2002 12:07 AM Subject: [PHP-INST] P