Okay, I believe the problem I am having is make is having some problemsis in 
libmysql.c when the getenv fucntion is used.

I commented out the following lines in libmysql.c and then the program errored in the 
next line with getenv.  Anyone have a workaround for this code on HP-UX 11.00?
  if (!passwd)
 {
    passwd=mysql->options.password;
#ifndef DONT_USE_MYSQL_PWD
   if (!passwd)
     passwd=getenv("MYSQL_PWD");  /* get it from environment (haenke) */
#endif
  }

The next line that then errored was...
if ((env = getenv("MYSQL_UNIX_PORT")))

Taylor Lewick
Unix System Administrator
Fortis Benefits
816 881 6073

"Help Wanted.  Seeking Telepath..."
"You Know where to apply."

****************************************************************
                        Please Note
The information in this E-mail message is legally privileged
and confidential information intended only for the use of the
individual(s) named above. If you, the reader of this message,
are not the intended recipient, you are hereby notified that 
you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error,
please notify the sender. Thank you
*****************************************************************

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to