php-install Digest 16 Mar 2002 11:26:11 -0000 Issue 746
Topics (messages 6374 through 6377):
Zend compile problem on Solaris 8
6374 by: Tony
6375 by: Yasuo Ohgaki
Javascript in PHP
6376 by: Thomas A. Dunlap
mysql_db_query is deprecated
6377 by: Martin
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 ---
PHP seems to configure just fine with:
#
./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.23 --e
nable-track-vars --disable-short-tags
However, when I do a make I get the following error:
zend_llist.c: In function `zend_llist_apply_with_arguments':
zend_llist.c:239: `__builtin_va_alist' undeclared (first use in this
function)
zend_llist.c:239: (Each undeclared identifier is reported only once
zend_llist.c:239: for each function it appears in.)
make[1]: *** [zend_llist.lo] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.1.2/Zend'
make: *** [all-recursive] Error 1
I just did a build on a FreeBSD box without any problems, so I'm thinking
its box related. Like I don't have a particular library in my path or
something like that. If you know what this relates too, please let me know.
I've looked around for this particular problem and couldn't come up with
anything similar.
Thanks for you help,
T.
--- End Message ---
--- Begin Message ---
make distclean; ./configure <options>; make
does not fix the problem?
--
Yasuo Ohgaki
Tony wrote:
> PHP seems to configure just fine with:
>
> #
> ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.23 --e
> nable-track-vars --disable-short-tags
>
> However, when I do a make I get the following error:
>
> zend_llist.c: In function `zend_llist_apply_with_arguments':
> zend_llist.c:239: `__builtin_va_alist' undeclared (first use in this
> function)
> zend_llist.c:239: (Each undeclared identifier is reported only once
> zend_llist.c:239: for each function it appears in.)
> make[1]: *** [zend_llist.lo] Error 1
> make[1]: Leaving directory `/usr/local/src/php-4.1.2/Zend'
> make: *** [all-recursive] Error 1
>
>
> I just did a build on a FreeBSD box without any problems, so I'm thinking
> its box related. Like I don't have a particular library in my path or
> something like that. If you know what this relates too, please let me know.
> I've looked around for this particular problem and couldn't come up with
> anything similar.
>
> Thanks for you help,
> T.
>
>
--- End Message ---
--- Begin Message ---
Can anyone direct me to a tutorial that shows how to incorporate
javascript in a php script.
--- End Message ---
--- Begin Message ---
Warning: mysql_db_query is deprecated; use mysql_select_db() and
mysql_query() instead in i:\apache\htdocs\phoenix\online.php on line 18
What is this....Why is the server responding
in this way!!!?
--
Martin Eriksson
webdesigner & Utvecklare
----------------------------------------------------------------
[EMAIL PROTECTED]
http://www.svensk-design.com
--- End Message ---