The meaning of "/usr/bin/ld: cannot find -lmckcrypto" error message is that
the c complirer can not find the needed library. Configure found it but
compiler can't. I solved it by making a symlink from /usr/lib to the library
files under /usr/local/mck-3.3.1-i586-pc-linux-gnulibc2.1/.
Grant
Using the latest CVS snapshot php4-STABLE-200211262230, I was able to
locate what I believe to be the problem. Apparently PHP is trying to
link in -lcrypt, and because libcrypt.a is not a shared library object,
libtool is complaining and then not creating a shared libphp.so object
because of it:
to quote php.net mail function page.
/* recipients */
$to = "Mary <[EMAIL PROTECTED]>" . ", " ; // note the comma
$to .= "Kelly <[EMAIL PROTECTED]>";
/* subject */
$subject = "Birthday Reminders for August";
/* message */
$message = '
Birthday Reminders for August
Here are the birthday
i don't know if this will help, but you might try changing your gdlib
Makefile 'LIBS=' line to have it start
with LIBS=libgd.a ..
then do a 'make libgd.a' from shell
now when you compile PHP, reference the gdlib source directory
'--with-gd=../gd-2xx/' (for me)
or something like that. it alway
print("hello world!");
when i'm triing to "make" php (4.2.3 patched by the patch on boutell to
accept the gdlib 2.0.8), php says me :
In file included from php_odbc.c:37:
php_odbc.h:120:17: sql.h: No such file or directory
php_odbc.h:121:20: sqlext.h: No such file or directory
make[3]: *** [php_odb
(note that i have the same error when i'm triing to install php-4.3-0RC1)
Vincent Courcelle,
http://www.france-jeunes.net et http://www.tubededentifrice.com
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
php-install Digest 26 Nov 2002 21:09:30 - Issue 1135
Topics (messages 9248 through 9250):
Apache 2 and php as module
9248 by: Nuno Lopes
Re: [PHP-WIN] Install PHP with IIS 5/W2K
9249 by: David Dixon
odbc -> make doesn't work
9250 by: Vincent Courcelle
Administrivia
print("hello world!");
when i'm triing to "make" php (4.2.3 patched by the patch on boutell to
accept the gdlib 2.0.8), php says me :
In file included from php_odbc.c:37:
php_odbc.h:120:17: sql.h: No such file or directory
php_odbc.h:121:20: sqlext.h: No such file or directory
make[3]: *** [php_odb
I'm having this exact same problem. I've tried 'localhost' and '127.0.0.1'
in the url with the same results. Any other ideas that might help me?
Dave Dixon
"Pascal S." <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You are right on. I was trying to execute t
Hi,
I have Apache 2.0.43 (windows) and php 4.2.3 and I would like to know how
can I configure php as module. (I need persistent connections!).
Thanking in advance,
Nuno Lopes
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
php-install Digest 26 Nov 2002 08:49:43 - Issue 1134
Topics (messages 9241 through 9247):
rc1
9241 by: Gareth Thomas
Re: PHP and MySQL configuration
9242 by: Bryan Higgins
9244 by: Jorge Reteguin
HTTPD
9243 by: Marcus Van Wyk
PHP 4.2.2 and GD 2.0.8
hay steve .
im sure this must be what ur gettin .
Warning: Failed to Connect in e:\final project\zroot\sir\mail.php on line 16
except fo the path thinggy .
the thingg is
there aint anythin the matter with ur code
its all well
but ur localhost CANT send out mails u no unless its a
12 matches
Mail list logo