Re: Fw: [PHP] php/apache/mysql on ntfs

2004-04-24 Thread Curt Zirzow
* Thus wrote Andy B ([EMAIL PROTECTED]):
> does anybody have any idea why this message keeps coming up every time i
> send a msg to the list?? im sort of confused now

I've gotten so used to them now, that I consider them receipts that
my messages have been posted to everyone :)


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php/apache/mysql on ntfs

2004-04-24 Thread -{ Rene Brehmer }-
Because someone that's subscribed to the list has a full mailbox ... I get
it too ... all the time ... just like the address harvesters masquerading as
banks ... "Advance Credit Suisse Bank" <[EMAIL PROTECTED]> and
"Information Desk" <[EMAIL PROTECTED]>


Rene

According to historical records, on Sat, 24 Apr 2004 07:28:07 -0400 Andy B
wrote about "Fw: [PHP] php/apache/mysql on ntfs":

>does anybody have any idea why this message keeps coming up every time i
>send a msg to the list?? im sort of confused now
>
>- Original Message - 
>From: <[EMAIL PROTECTED]>
>To: "Andy B" <[EMAIL PROTECTED]>
>Sent: Saturday, April 24, 2004 7:17 AM
>Subject: NDN: [PHP] php/apache/mysql on ntfs
>
>
>> Sorry. Your message could not be delivered to:
>>
>> PHP Net List [Conference] (Mailbox or Conference is full.)
>>
>>

-- 
Rene Brehmer
aka Metalbunny

~ If you don't like what I have to say ... don't read it ~

http://metalbunny.net/
References, tools, and other useful stuff...
Check out the new Metalbunny forums at http://forums.metalbunny.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php/apache/mysql on ntfs

2004-04-24 Thread -{ Rene Brehmer }-
Sure you can :) ... I've been doing it for a very long time now ... works
alot better than FAT32 actually ... much faster...

The programs don't care about the file system, that's for the OS to deal
with. Only pure DOS programs have problems with the NTFS ... for all other
programs they can't see what FS it is anyway, since it's not for them to
worry about ... 


Rene

According to historical records, on Sat, 24 Apr 2004 07:18:40 -0400 Andy B
wrote about "[PHP] php/apache/mysql on ntfs":

>hi...
>we are upgrading test servers to xp home and want to know if its possible to
>run php/apache/mysql and all that sort of stuff on ntfs or does the servers
>have to run fat32??

-- 
Rene Brehmer
aka Metalbunny

~ If you don't like what I have to say ... don't read it ~

http://metalbunny.net/
References, tools, and other useful stuff...
Check out the new Metalbunny forums at http://forums.metalbunny.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Fw: [PHP] php/apache/mysql on ntfs

2004-04-24 Thread Andy B
does anybody have any idea why this message keeps coming up every time i
send a msg to the list?? im sort of confused now

- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Andy B" <[EMAIL PROTECTED]>
Sent: Saturday, April 24, 2004 7:17 AM
Subject: NDN: [PHP] php/apache/mysql on ntfs


> Sorry. Your message could not be delivered to:
>
> PHP Net List [Conference] (Mailbox or Conference is full.)
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php/apache/mysql on ntfs

2004-04-24 Thread Andy B
hi...
we are upgrading test servers to xp home and want to know if its possible to
run php/apache/mysql and all that sort of stuff on ntfs or does the servers
have to run fat32??

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php, apache, mysql

2001-05-21 Thread Gregory Hernandez

hello everyone.

ok, here's a question.  i'm running MacOS X.  i had previously installed 
php and apache with no problem.  this past weekend, i installed the 
"unofficial" latest version of mysql, MySQL 3.23.38, the version 
packaged for of course MacOS X. 

I noticed that mysql was installed on a different path/directory than 
apache and php.  so, my question is the following, where 
(path/directory) should i re-install ALL THREE applications? 

thanks in advance.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Php, Apache, mysql - make error

2001-03-04 Thread S Jha

HI Gurus,

I am getting this error. I saw few posting for this error and found someone suggesting 
"-lz"
option in Makefile in LIBS option.
However, I didn't found this line in apache Makefile.
Also I tried other methods including reloading zlib, reconf mysql ..but in vain. 
Please help.
I did -
#SSL_BASE=../openssl-0.9.6 RSA_BASE=../rsaref-2.0/local ./configure  
--enable-module=ssl
--activate-module=src/modules/php4/libphp4.a --enable-module=php4 
--prefix=/usr/local/apache
--enable-shared=ssl

#make 

The error message was - 

/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_uncompress':
my_compress.o(.text+0x9a): undefined reference to `uncompress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_compress_alloc':
my_compress.o(.text+0x12a): undefined reference to `compress'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/home/sjha/apache_1.3.17/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/sjha/apache_1.3.17'
make: *** [build] Error 2



Thanks,

SJ

=
Sanjeev Jha, Unix System Administrator

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]