[PHP] PHP-MySQL-HPUX 11

2002-12-04 Thread Rick King
OS: HPUX 11
PHP: 4.2.3
GCC: gcc3.2
MySQL: 3.23.53
Apache: 1.3.27

PHP Compile Options:
CC=gcc
./configure --with-mysql=/usr/local/mysql --with-apxs=/opt/apache-1.3.27/bin
/apxs \
--enable-discard-path

Hello PHP Guru's!

I'm trying to install PHP w/ MySQL support and w/ Apache-DSO support. During
the PHP install, the "configure", "gmake", and "gmake install" goes without
a hitch.
However, when I start Apache I get the following error:

/usr/lib/dld.sl: Unresolved symbol: compress (code)  from
/usr/local/mysql/lib/mysql/libmysqlclient.sl.10
/usr/lib/dld.sl: Unresolved symbol: uncompress (code)  from
/usr/local/mysql/lib/mysql/libmysqlclient.sl.10
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)  from
/usr/local/mysql/lib/mysql/libmysqlclient.sl.10
Syntax error on line 236 of /opt/apache-1.3.27/conf/httpd.conf:
Cannot load /opt/apache-1.3.27/libexec/libphp4.sl into server: Unresolved
external
./apachectl start: httpd could not be started

Does anyone know what this means? I think the MySQL-libs are trying to
source other libs but I'm not sure. Has anyone run into this problem before?

Any solutions/help/words of wisdom are greatly appreciated!

Rick King



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




[PHP] PHP and Special Characters

2002-09-11 Thread Rick King

Apache: 1.3.23
PHP: 4.1.2

Hello PHP Guru's!

I have created a simple web form. When the form is complete and submitted,
the results are emailed to an email account. But I have noticed that the '
character is escaped.
Example: John O\ 'Connor, instead of getting John O'Connor.

Is this a problem within PHP or HTML?
Has anyone else encountered this problem before? If so, what was the
workaround?

Any help would be greatly appreciated!

Rick



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




[PHP] Text from web form

2002-09-11 Thread Rick King

Apache: 1.3.26
PHP: 4.2.3
OS: HPUX-11

Hello PHP Guru's!

After successfully installing PHP and viewing the phpinfo page, I decided to
create a simple web-form. Just a basic "Name" "Message" web-form, when the
form is complete it is emailed to an account. Everything works, except I
don't see the filled in contents in the email message. I don't see the what
the person filled out. But I see "Name:" ane "Message:"

Any ideas?

Here's my config line for installing PHP:
CC=gcc ./configure --prefix=/opt/php \
--without-mysql \   (didn't have MySQL installed)
--with-apxs=/opt/apache/bin/apxs

Here's my config line for installing Apache:
CC=gcc ./configure --prefix=/opt/apache \
--enable-module=most \
--enable-shared=max

Any help would be greatly appreciated!

Rick



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