php-install Digest 30 May 2002 21:53:53 -0000 Issue 861

Topics (messages 7157 through 7177):

Re: HOW DO I EFFECTIVELY USE THIS MAILING LIST
        7157 by: Jeremiah D. Campbell

Installing PHP with Apache 2.x
        7158 by: Nick Couchman
        7177 by: Nick Couchman

Re: Instalando PHP
        7159 by: Yuriy Rusinov

Re: mail() doesn't work for me
        7160 by: Yasuo Ohgaki

GIF Support?
        7161 by: Nick Couchman
        7162 by: Rasmus Lerdorf
        7165 by: Alexander Saers

ERROR with Modules with different API when upgrading from 4.0 to 4.2
        7163 by: Steve G

java hate xslt :)
        7164 by: fincom

Problem with $HTTP_POST_VARS
        7166 by: Salvador Gil
        7168 by: Jim Thome

php.ini file
        7167 by: P. Jourdan
        7169 by: Jim Thome
        7172 by: P. Jourdan
        7173 by: Jim Thome

Apache not processing php under Red Hat Linux x86
        7170 by: Michael Knauf/Niles

php_imap.dll confusion...
        7171 by: The Gabster

Problem running script after installing PHP 4.2.1
        7174 by: Igor P.
        7176 by: Igor P.

Problem installing PHP with --with-system-regex flag
        7175 by: Jeff Berry

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 ---
First of all, don't use all caps, It looks like you are angry when you do
that. People don't like dealing with angry people.

Second, try to search through the archives for keywords to the problem you
are experiencing. If you don't find anything that answers your question
then go to step three.

Third, post your question to the list, use a short but descriptive
subject. And don't forget to include details about the problem such as
operating system, versions of software, options that you are trying to
use, etc... Also be sure to include any steps you have already tried.

HTH,
Jeremiah

FAHIM K S said:






--- End Message ---
--- Begin Message ---
I'm wondering if someone can help me compile PHP and then Apache with
PHP support.  I used the --with-apxs2 option when configuring PHP, but
I'm a little bit lost after that point.

Thanks!
--Nick

--
You can't make a difference until you are willing to be different.



--- End Message ---
--- Begin Message ---
Well, this is okay - if you're a windoze user.  I'm not a Windoze user,
I'm running RedHat Linux 7.2, so it doesn't do me much good.  Thanks,
anyway!

--Nick

toby - wrote:

> someone mailed me this link few days bak ...
> worked fo me ....
> hope it works fo u too .....
>
> http://thickbook.com/extra/index.html?t=in
>
> lemme know if it duznt ....
>
> good luck ....
>
> toby .....
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com

--
You can't make a difference until you are willing to be different.



--- End Message ---
--- Begin Message ---
Dear Abdel Chao Rosell� !


> Hola, estoy tratanto de instalar PHP-4.1.2 como modulo ISAPI en un servidor
> Windows 2000 con IIS-5 y la instalaci�n parece estar bien pues cuando cargo
> un script en el browser con la funci�n phpinfo() funciona bien, pero cuando
> trato de correr otro script cualquiera recibo el siguiente mensaje:
> 
> Warning: Failed opening 'C:\Users\Abdel\WEB\learning PHP\postg\home.php' for
> inclusion (include_path='c:\php4\pear') in Unknown on line 0

As I understand you have problem with PHP options. This problem may be 
in script path (C:\Users\Abdel\WEB\learning PHP\postg\home.php). It 
contains space symbols. Change path to 
<C:\Users\Abdel\WEB\learningPHP\postg\home.php> and try to test this 
script. If it won't working I send you my php.ini .

Best regards,
Sincerely yours,
Yuriy Rusinov.

> 
> No se de donde sale el "include_path='c:\php4\pear')"
> Me ayudan?
> 
> Saludos.
> Abdel
> 
> 
> 
> Abdel
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> 
> Problems installing version 4.2 with gd 2
> From:
> 
> Paolo Morandi <[EMAIL PROTECTED]>
> Date:
> 
> Thu, 30 May 2002 00:32:24 +0200
> To:
> 
> [EMAIL PROTECTED]
> 
> 
> Installing the new module apxs of php4.2 compiled with gd2.1, starting
> apache give me this error:
> Cannot load /etc/httpd/modules/libphp4.so into server:
> /etc/httpd/modules/libphp
> 4.so: undefined symbol: gdImageColorClosestAlpha
> 
> I have compiled PHP with this options:
>    ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs
>    --with-gd=../gd-2.0.1 --enable-safe-mode
>    --with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin
>    --enable-magic-quotes --with-regex=system
> --with-ttf=/usr/lib/libttf.so
>    --enable-track-vars --enable-xml --disable-debug --with-ldap
> --with-imap
>    --enable-ftp --with-mysql --with-mcal=../libmcal --with-pdflib
>    --with-curl --with-zlib --with-jpeg-dir=../jpeg-6b --with-tiff-dir
>    --with-freetype-dir --enable-gd-native-ttf --enable-gd-imgstrttf
>    --with-png-dir
> and I have followed the indication of Rasmus on the page
> http://www.php.net/~rasmus/gd.html
> 
> Thanks.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> 
> Re: [PHP-INST] Problems installing version 4.2 with gd 2
> From:
> 
> Rasmus Lerdorf <[EMAIL PROTECTED]>
> Date:
> 
> Wed, 29 May 2002 16:44:57 -0700 (PDT)
> To:
> 
> Paolo Morandi <[EMAIL PROTECTED]>
> 
> 
> You didn't really follow those instructions, did you?  I don't have any
> relative paths in mine.  Please use only absolute paths.
> 
> -Rasmus
> 
> On Thu, 30 May 2002, Paolo Morandi wrote:
> 
> 
>>Installing the new module apxs of php4.2 compiled with gd2.1, starting
>>apache give me this error:
>>Cannot load /etc/httpd/modules/libphp4.so into server:
>>/etc/httpd/modules/libphp
>>4.so: undefined symbol: gdImageColorClosestAlpha
>>
>>I have compiled PHP with this options:
>>   ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs
>>   --with-gd=../gd-2.0.1 --enable-safe-mode
>>   --with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin
>>   --enable-magic-quotes --with-regex=system
>>--with-ttf=/usr/lib/libttf.so
>>   --enable-track-vars --enable-xml --disable-debug --with-ldap
>>--with-imap
>>   --enable-ftp --with-mysql --with-mcal=../libmcal --with-pdflib
>>   --with-curl --with-zlib --with-jpeg-dir=../jpeg-6b --with-tiff-dir
>>   --with-freetype-dir --enable-gd-native-ttf --enable-gd-imgstrttf
>>   --with-png-dir
>>and I have followed the indication of Rasmus on the page
>>http://www.php.net/~rasmus/gd.html
>>
>>Thanks.
>>
>>
>>--
>>PHP Install Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> 
> Re: PHP source getting displayed
> From:
> 
> Erik <[EMAIL PROTECTED]>
> Date:
> 
> Thu, 30 May 2002 02:47:45 +0200
> To:
> 
> [EMAIL PROTECTED]
> 
> 
> Richard Pyne wrote:
> 
> 
>>I finally got Apache 2.0.36 + PHP 4.2.1 to run without crashing on startup
>>(the secret was that the LoadModule line required the full path), but I am
>>now getting the contents of test.php displayed instead of executed.
>>
>>Any ideas will be greatly appreciated.
>>
>>--Richard
>>
> 
> hi,
> 
> if you get the raw php source code displayed in your browser screen instead 
> of a working php script it usually means that the php parsers isn't working 
> correctly solution is the apache configuration like what file extensions 
> did you associated with php ? default are
> 
> .php .php3 .php4 .phtml
> to give you more information we need to know your system is it windows ? 
> wich one ? is it *nix wich one ? if you are on a unix like platform the 
> "LoadModule" line should be already there after compilation and also you 
> must add the php mime type to your "httpd.conf"
> AddType application/x-httpd-php .php .php3 .php4 .phtml
> every time you edit that file you have to restart apache for the changes to 
> take effect.
> did it helped you ?
> 
> regards
> Erik
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> 
> mail() doesn't work for me
> From:
> 
> Erik <[EMAIL PROTECTED]>
> Date:
> 
> Thu, 30 May 2002 02:52:19 +0200
> To:
> 
> [EMAIL PROTECTED]
> 
> 
> hi,
> 
> how do i compile php so that the mail(); function works i get several errors
> "warning this build of php doesn't support mail()" do i need the imap 
> library ?? i use sendmail (Linux) the path is /usr/sbin/sendmail  and i 
> added that to php.ini but no luck help please ...........
> 
> 
> 
> regards Erik
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> 
> HOW DO I EFFECTIVELY USE THIS MAILING LIST
> From:
> 
> "FAHIM K S" <[EMAIL PROTECTED]>
> Date:
> 
> Thu, 30 May 2002 10:31:40 +0600
> To:
> 
> <[EMAIL PROTECTED]>
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> 
> Java extension
> From:
> 
> "fincom" <[EMAIL PROTECTED]>
> Date:
> 
> Thu, 30 May 2002 11:44:47 +0200
> To:
> 
> [EMAIL PROTECTED]
> 
> 
> Hi,
> 
> I have some problems with installing the java extension for php.
> 
> My Config :
> 
> Os : Linux (Mandrake 8.1)
> PHP 4.1.2
> Apache 1.3.23
> J2SDK.1.4.0
> 
> I had downloaded the source for php 4.1.2 from rpmfind.
> I compiled the extensions, i had the two necessary files : libphp_java.do
> and php_java.jar.
> 
> When i try to access excute a simple script done with the java extension, i
> have no response,  it's take a long time before it's tell me that the page
> is not found. When i read the apache log , i see that Apache had crached the
> child.
> 
> My config in php.ini :
> 
> java.class.path=/usr/lib/php/extensions/php_java.jar
> java.home=/usr/java/java
> java.library=/usr/java/java/jre/lib/i386/libjava.so
> java.library.path=/usr/lib/php/extensions:/usr/java/java/jre/lib/i386/native
> _threads:/usr/java/java/jre/lib/i386/client:/usr/java/java/jre/lib/i386/serv
> er:/usr/java/java/jre/lib/i386
> 
> 
> Can anybody help me ??
> Thanks
> 
> 
> 
> 
> 
> 



--- End Message ---
--- Begin Message ---
Erik wrote:
> hi,
> 
> how do i compile php so that the mail(); function works i get several errors
> "warning this build of php doesn't support mail()" do i need the imap 
> library ?? i use sendmail (Linux) the path is /usr/sbin/sendmail  and i 
> added that to php.ini but no luck help please ...........

You don't need any lib, but sendmail binary.

configure script is failing to detect sendmail somehow.
Are you sure you have sendmail under /usr/sbin or /usr/lib?

--
Yasuo Ohgaki

--- End Message ---
--- Begin Message ---
Anyone know how (if it is possible) to enable GIF support in PHP 4?
When I was trying to work with the version that came on the RedHat
package I got an error that GIF support wasn't enabled.  When I
downloaded the sources I didn't see any configure option to enable it.
Did PHP4 drop GIF support?

--Nick

--
You can't make a difference until you are willing to be different.



--- End Message ---
--- Begin Message ---
PHP did not drop GIF support.  Newer versions of the GD library did, so if
you compile PHP against a newer version of GD, you will not have GIF
support.

-Rasmus

On Thu, 30 May 2002, Nick Couchman wrote:

> Anyone know how (if it is possible) to enable GIF support in PHP 4?
> When I was trying to work with the version that came on the RedHat
> package I got an error that GIF support wasn't enabled.  When I
> downloaded the sources I didn't see any configure option to enable it.
> Did PHP4 drop GIF support?
>
> --Nick
>
> --
> You can't make a difference until you are willing to be different.
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
Here is a nice page where you will find patches so that even new gd supports
gif
http://www.rime.com.au/gd/gd.html
I think its a patent thing why gd dropped gif. Depending on where you live
you are still allowed to use it

/Alexander

----- Original Message -----
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
To: "Nick Couchman" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 30, 2002 5:32 PM
Subject: Re: [PHP-INST] GIF Support?


> PHP did not drop GIF support.  Newer versions of the GD library did, so if
> you compile PHP against a newer version of GD, you will not have GIF
> support.
>
> -Rasmus
>
> On Thu, 30 May 2002, Nick Couchman wrote:
>
> > Anyone know how (if it is possible) to enable GIF support in PHP 4?
> > When I was trying to work with the version that came on the RedHat
> > package I got an error that GIF support wasn't enabled.  When I
> > downloaded the sources I didn't see any configure option to enable it.
> > Did PHP4 drop GIF support?
> >
> > --Nick
> >
> > --
> > You can't make a difference until you are willing to be different.
> >
> >
> >
> >
> > --
> > 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 ---
Hello,



I'm running Linux 7.2 and apache.  Also PostgreSQL.



After upgrading from 4.0.4 I receive all of these errors and I have no idea
what API=xxx means.  I followed the instructions for upgrading to 4.2.1 and
everything apparently went well, but still have module errors.



Also, phpinfo() still echo'es 4.0, but the CLI sys 4.2.1!!??  What gives??



Is there somewhere to download modules from?  A separate way to install
them?



 Any help would be appreciated.



Thanks.



-steve



[root@Zeus /root]# php -m

Content-type: text/html



PHP Warning:  imap: Unable to initialize module

Module compiled with module API=20001214, debug=0, thread-safety=0

PHP    compiled with module API=20020429, debug=0, thread-safety=0

These options need to match

 in Unknown on line 0

PHP Warning:  ldap: Unable to initialize module

Module compiled with module API=20001214, debug=0, thread-safety=0

PHP    compiled with module API=20020429, debug=0, thread-safety=0

These options need to match

 in Unknown on line 0

PHP Warning:  pgsql: Unable to initialize module

Module compiled with module API=20001214, debug=0, thread-safety=0

PHP    compiled with module API=20020429, debug=0, thread-safety=0

These options need to match

 in Unknown on line 0

Running PHP 4.2.1

Zend Engine v1.2.0, Copyright (c) 1998-2002 Zend Technologies



[PHP Modules]

xml

standard

sockets

session

posix

pcre

mysql

ctype



[Zend Modules]



[root@Zeus /root]#


--- End Message ---
--- Begin Message ---
I have send before my problem about ext/java.
It doesn't work until i d�sactive the ext/xslt. Curious
the problem is mentionned in bugs.php.net ID : 13344. but it still not
corriged.
Hope this help some one.
Just put ";" before the xslt.so and all will be fine

Have fun :)

Fincom


--- End Message ---
--- Begin Message ---
I'm trying to use $HTTP_POST_VARS but it have not value.
I found a configuration line in php.ini 
track_vars = On

but it didn't function.

The code:

echo "Valores enviados con el m�todo POST: $step<br>";
 reset ($HTTP_POST_VARS);
 while (list ($clave, $val) = each ($HTTP_POST_VARS)) 
   { echo "$clave => $val<br>"; };

Show somting like that:

Valores enviados con el m�todo POST: 

Any idea?

Thanks.
--- End Message ---
--- Begin Message ---
Try the "register_globals" variable in php.ini and read the PHP 4.2.x press release 
regarding external variables.

http://www.php.net/release_4_2_1.php

--Jim

>>> "Salvador Gil" <[EMAIL PROTECTED]> 05/30/02 12:01 PM >>>
I'm trying to use $HTTP_POST_VARS but it have not value.
I found a configuration line in php.ini 
track_vars = On

but it didn't function.

The code:

echo "Valores enviados con el m�todo POST: $step<br>";
 reset ($HTTP_POST_VARS);
 while (list ($clave, $val) = each ($HTTP_POST_VARS)) 
   { echo "$clave => $val<br>"; };

Show somting like that:

Valores enviados con el m�todo POST: 

Any idea?

Thanks.

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


--- End Message ---
--- Begin Message ---
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site development. 
Apache & PHP have been working just fine with default installations.
I just updated with the portupgrade program, running the latest apache 1.3 
server and php4 module. All of a sudden I am getting this:

Warning: Failed opening '/../lib/medfood.conf' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/usr/local/kitchen/website/html/index.php on line 6

As I understand, I do not have a php.ini file anywhere on the machine and 
should have one. But I do not understand where it should go. I read the 
php.ini -dist file, but do not understand what is the working directory - 
the working directory of what? Apache? PHP? The main Web-site directory I 
;am trying to access? or what?
I would appreciate some help.
Thanks in advance.
Philip
--- End Message ---
--- Begin Message ---
default installation directory is /usr/local/lib

Read this:
http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini


--Jim

>>> "P. Jourdan" <[EMAIL PROTECTED]> 05/30/02 12:07 PM >>>
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site development. 
Apache & PHP have been working just fine with default installations.
I just updated with the portupgrade program, running the latest apache 1.3 
server and php4 module. All of a sudden I am getting this:

Warning: Failed opening '/../lib/medfood.conf' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/usr/local/kitchen/website/html/index.php on line 6

As I understand, I do not have a php.ini file anywhere on the machine and 
should have one. But I do not understand where it should go. I read the 
php.ini -dist file, but do not understand what is the working directory - 
the working directory of what? Apache? PHP? The main Web-site directory I 
;am trying to access? or what?
I would appreciate some help.
Thanks in advance.
Philip

--- End Message ---
--- Begin Message ---
At 01:05 PM 5/30/2002 -0600, you wrote:
>default installation directory is /usr/local/lib
>
>Read this:
>http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
Thanks for the help, Jim, but I had already moved the php.ini file all over 
the place and it does not change anything in any directory.
I did read the link but it gives no new info.
I had set up a test.php file with phpinfo() and it gives me all the info 
about the installation...

What is strange is that the connection worked fine before and there have 
been no changes made to any of the files for several weeks.
I do not understand - doesn't the include_path = ".:/usr/local/lib/php" 
mean: look for the file in the current directory first : then in 
/usr/local/lib/php?
My directives on lines 6 & 7 of the index.php file are:

include "$DOCUMENT_ROOT/../lib/medfood.conf";
checkuser(array(0,1,2,3,4,5,6));

line 7 does not execute since line 6 returns the warning.

Obviously, the medfood.conf file is not being read.
So, the php.ini file is not directing php and/or apache to the file.
Something does not make sense.

 From the manual, I understand that the php.ini file is normally 
automaticaly created in /usr/local/lib. In my case, it was not. Strange. In 
earlier updates, I did not have this problem.

I'm really baffled by this...

Philip



--- End Message ---
--- Begin Message ---
Philip,

It is likely the path you are specifying to your file is not what you think it is.  
Why are you using the $DOCUMENT_ROOT external variable?    This is not available to 
you in PHP 4.2.x unless you explicitly enable it in the php.ini file.  

Try $_SERVER['DOCUMENT_ROOT'] instead.

-Jim

>>> "P. Jourdan" <[EMAIL PROTECTED]> 05/30/02 13:35 PM >>>
At 01:05 PM 5/30/2002 -0600, you wrote:
>default installation directory is /usr/local/lib
>
>Read this:
>http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
Thanks for the help, Jim, but I had already moved the php.ini file all over 
the place and it does not change anything in any directory.
I did read the link but it gives no new info.
I had set up a test.php file with phpinfo() and it gives me all the info 
about the installation...

What is strange is that the connection worked fine before and there have 
been no changes made to any of the files for several weeks.
I do not understand - doesn't the include_path = ".:/usr/local/lib/php" 
mean: look for the file in the current directory first : then in 
/usr/local/lib/php?
My directives on lines 6 & 7 of the index.php file are:

include "$DOCUMENT_ROOT/../lib/medfood.conf";
checkuser(array(0,1,2,3,4,5,6));

line 7 does not execute since line 6 returns the warning.

Obviously, the medfood.conf file is not being read.
So, the php.ini file is not directing php and/or apache to the file.
Something does not make sense.

 From the manual, I understand that the php.ini file is normally 
automaticaly created in /usr/local/lib. In my case, it was not. Strange. In 
earlier updates, I did not have this problem.

I'm really baffled by this...

Philip




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


--- End Message ---
--- Begin Message ---
It looked like I could select the php4 and apache packages when I installed
Red Hat Linux 7, and sure enough apache is up and working, and php4 seems
to be there also, but the php info function

<? php info(); ?>

inside an html file is rendered exactly like that by the browser... the
httpd.conf file looks like it's got the correct add module etc lines as
well, what should I look for?

Michael

--- End Message ---
--- Begin Message ---
Hello all!

I have an Apache server + Php on a win2k machine...
When people talk about "you have to compile PHP with --with-imap", (for some
of my web email applications that require IMAP) do they mean that I have to
uncomment the line "extension=php_imap.dll" in my php.ini?

thanks a lot,
gabi.


--- End Message ---
--- Begin Message ---
Hello,

I am using MySQL to display some data to the users.  I have upgraded to PHP
Version 4.2.1 on my FreeBSD Apache server, and now data from the database is
not displayed correctly. Well, the page with the data shows up, and it
actually shows correct number of records.  However, when I click on the
"next" or "2" buttons the next page with records doesn't show up. See
example here: http://www.gibsonusa.com/test2/page/index.php

Before I upgraded to PHP 4.2.1 everything was working perfectly. Any ideas
what could cause this, and how can it be fixed?

Thanks.


--- End Message ---
--- Begin Message ---
Hello,

 

I am using MySQL to display some data to the users.  I have upgraded to
PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the
database is not displayed correctly. Well, the page with the data shows
up, and it actually shows correct number of records.  However, when I
click on the "next" or "2" buttons the next page with records doesn't
show up. See example here: http://www.gibsonusa.com/test2/page/index.php

 

Before I upgraded to PHP 4.2.1 everything was working perfectly. Any
ideas what could cause this, and how can it be fixed?

 

Thanks. 

 

--- End Message ---
--- Begin Message ---
I'm having trouble getting php to run with the --with-system-regex flag.
I'm trying to use PHP in conjuction with MapScript, a shared objects module
for use with MapServer.  However, because of some issues with PHP 4 regex
extension, it requires I use the system regex.  So, I compiled PHP
4 --with-system-regex, but this breaks my web server, Apache 2.0, running on
RedHat 7.2.  When trying to restart Apache I get the following error...

Cannot load /usr/modules/libphp4.so into server: /usr/modules/libphp4.so:
undefined symbol: php_regcomp

So, I'm not sure what is happening here.  Since I've trying to use the
system regex, is libphp4.so looking for regcomp and not finding it on my
system? Or is it trying to find php_regcomp? Or what?

Any help would be GREATLY appreciated.

Jeff Berry
Erlandsen & Associates
P.O. Box 2029
Chelan, WA 98816
(509) 682-4189
[EMAIL PROTECTED]

--- End Message ---

Reply via email to