I had the same problem a bit back I figured it out. For some reason when
i installed the shared libraries they didnt take.. I reinstall the
MySQL-Shared and then re ran the php configure and everything slipped
right together with no trouble... hope this helps.
--
Webmaster
AngelHaven.com
home
I may be a little off base here... But shouldnt that read "mysql_query"
not "mysql_queary" ??
Unless they have differant spellings somewhere this could very easily be
your problem
--
Webmaster
AngelHaven.com
Nat Sakimura wrote:
>
> Try inserting the following statements after each and
> e
Try inserting the following statements after each and
every mysql functions and see what is going on.
echo mysql_errno().": ".mysql_error()."";
Then, you should get a better indication of what is
actually going. I suspect that mysql_connect is
already failing to start with.
Regards,
Nat
-
Do you have php4 running?
- Original Message -
From: "Otis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 6:36 AM
Subject: [PHP-INST] php4+apache+linux7.0=PROBLEM
> Hi,
>
> I'm trying to get PHP4 to run on my localhost. I got apache running.
> PHP3 is also r
I seem to be having a problem getting these installed concurrently. I can
install each of them separately, as a static module. I Can install php 4.0.4 as a
DSO fine. But when I try to install php 3.0.18 as a DSO, it causes something to
segfault.
Do I *have* to install them as DSO or can I in
On a fresh RedHat 7 install, I¹m trying to get PHP/Apache/MySQL working on a
local box.
With the fresh RH7 install, I included all necessary RPM¹s for these
packages (including php-mysql) but couldn¹t get PHP to connect to MySQL, so
I figured I would ditch the RPM¹s and start from scratch and put
Well I've found my error. Sorry to have everyone going to a wild goose chase. It
always helps with I queary if I use mysql_query NOT mysql_queary. My bad. Sorry all.
Thanks for all the help.
Bert Goodman
OK, so I've gone ahead and done a fresh install of RH 7.0. I went and go the most
recent versions of MySQL and PHP that I could find. Here is what I did to configure
both of em:
MySQL is compiled first with:
configure --prefix=/usr/local/mysql
make
OK, so I've gone ahead and done a fresh install of RH 7.0. I went and go the most
recent versions of MySQL and PHP that I could find. Here is what I did to configure
both of em:
MySQL is compiled first with:
configure --prefix=/usr/local/mysql
make
Hi,
I'm trying to get PHP4 to run on my localhost. I got apache running.
PHP3 is also running. But if I try to launch a .php file containing
sinply "phpinfo()" a window pops up saying "Save as...(Type
application/x-httpd-php)".
Here are the -as I think- relevant httpd.conf bits:
Global Enviro
On Thu, 11 Jan 2001, Mark Newnham wrote:
> HPUX 10.20
>
> pdflib-3.03 ./configure --enable-shared-pdflib --with-tifflib=/usr/local
> --with-zlib=/usr/local --with-pnglib=/usr/local --with-jpeglib=/usr/local
> --with-perl=no --with-tiffauxlib=-ljpeg
>
> PHP4.0.1pl2 ./configure --with-iodbc --
HPUX 10.20
pdflib-3.03 ./configure --enable-shared-pdflib --with-tifflib=/usr/local
--with-zlib=/usr/local --with-pnglib=/usr/local --with-jpeglib=/usr/local
--with-perl=no --with-tiffauxlib=-ljpeg
PHP4.0.1pl2 ./configure --with-iodbc --without-mysql
--with-pdflib=/usr/local --without-gd
Buil
Good point. And it reminds me of something else: I don't think the PHP
configure script >>dies<< if it can't find the mysql libraries. It just
prints out a warning message, which you can miss if you don't scan the
output from configure. That probably ought to be changed.
When everything is okay,
Hi there,
i am currently trying to install Apache 1.3.14 with PHP 4.0.2 , but i'm getting a weird
pb when i'm compiling apache,
the configure that i have done for php is :
./configure --with-mysql --with-gd=../gd-1.8.3 --enable-ftp --enable-track-vars
--with-apache=../apache_1.3.14
then i've
That's rather bizarre as I think libcrypto (note the 'o' on the end)
is part of openssl.
Also, I'm assuming that's not really your configure line or that you
actually have a directory named '/path/to' with openssl built under it.
Otherwise you should fix the '/path/to' stuff to point to actual lo
I' ll try to make php4 the compiler says:
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
I have both libcrypt.a and libcrypt.so in /usr/lib. I run configure with:
CFLAGS='O" -I/path/to/openssl-0.9.6/include/openssl'
./configure --with-mysql=/usr/local/mysql --with-apxs=/w
Hi all,
I install php 4.0.4 to W2K station and I tested PHP from command-line.
I got a strange error:
"...isqlt09a.dll is not founding !"
"Unable to load php_ifx.dll !"
Why ?
Tanks
HI,
I got PHP3 working on my Linux 7.0. I didn't do very much myself
exept installing the relevant package. But i'd rather have PHP4
running on my server. I don't know how Linux configured the PHP3.
IF it was compiled --with-apxs and --enable-versioning it should
be no problem to install PHP4 the
On Thu, 11 Jan 2001, Victor Foitzik wrote:
>yes, I did export the whole exvironment var package for oracle, ORACLE_HOME,
>ORACLE_SID, ORA_NLS33 and so on. I also tried to compile apache with
>appropriate LDFLAGS
And is the location of libclntsh.* in /etc/ld.so.conf ?
If not, add it and run ldcon
At 11:28 11.01.2001, Jani Taskinen wrote:
yes, I did export the whole exvironment var package for oracle, ORACLE_HOME,
ORACLE_SID, ORA_NLS33 and so on. I also tried to compile apache with
appropriate LDFLAGS
>On Thu, 11 Jan 2001, Victor Foitzik wrote:
>
>>I recently tried to build Apache with
Hi,
Well, if MySQL wasn't running, you'd get a different error (like "can't
connect to."). The actual error indicates that the MySQL function have
not been installed in the binary, most probably because it failed to find
the relevant libraries. I'm pretty sure the configure script ought to
On Thu, 11 Jan 2001, Victor Foitzik wrote:
>I recently tried to build Apache with a shared php 4.0.4 module and oci8
>support. I enabled dso support within apache and built php 4.0.4 with apxs
>and oci8. The apache starts up, but quits immediatly after forking the root
>process without logging an
22 matches
Mail list logo