I think I have encountered a bug in trying to install mysql 4.0.13 on hp-ux 11.0 when 
I try to install per sec 2.3 in your documentation I get the errors below. I believe 
the problem is identified ;in the fragment from config.log on the fourth line you will 
see a space between the "u" and the "x" in hpux11.00.
I think this is why make can't find libz.sl which is in /usr/local/lib (I tried 
copying it to several other locations but it didn't help).
Can you tell me what I can do to fix this?
Thanks
Dave Driscoll ddriscoll at triustc.com

%%%TAIL OF OUTPUT from running make:

*** Warning: This library needs some functionality provided by -lcrypt.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

/usr/ccs/bin/ld -b +h libmysqlclient.sl.12 +b /usr/local/lib/mysql -o
.libs/libmysqlclient.sl.12.0 libmysql.lo password.lo manager.lo
get_password.lo errmsg.lo my_init.lo my_static.lo my_malloc.lo
my_realloc.lo my_create.lo my_delete.lo mf_tempfile.lo my_open.lo
mf_casecnv.lo my_read.lo my_write.lo errors.lo my_error.lo my_getwd.lo
my_div.lo mf_pack.lo my_messnc.lo mf_dirname.lo mf_fn_ext.lo
mf_wcomp.lo typelib.lo safemalloc.lo my_alloc.lo mf_format.lo
mf_path.lo mf_unixpath.lo my_fopen.lo my_symlink.lo my_fstream.lo
mf_loadpath.lo my_pthread.lo my_thr_init.lo thr_mutex.lo mulalloc.lo
string.lo default.lo my_compress.lo array.lo my_once.lo list.lo
my_net.lo charset.lo hash.lo mf_iocache.lo mf_iocache2.lo my_seek.lo
my_sleep.lo my_pread.lo mf_cache.lo my_vsnprintf.lo md5.lo
my_getopt.lo my_gethostbyname.lo my_port.lo my_lib.lo strmov.lo
strxmov.lo strxnmov.lo strnmov.lo strmake.lo strend.lo strnlen.lo
strfill.lo is_prefix.lo int2str.lo str2int.lo strinstr.lo strcont.lo
strcend.lo bcmp.lo bchange.lo bmove.lo bmove_upp.lo longlong2str.lo
strtoull.lo strtoll.lo llstr.lo ctype.lo dbug.lo vio.lo viosocket.lo
viossl.lo viosslfactories.lo net.lo -lz -lnsl -lm -lc
 
/usr/ccs/bin/ld: Can't find library: "z"
*** Error exit code 1

Stop.
*** Error exit code 1



Stop.
*** Error exit code 1

Stop.

###START FRAGMENT FROM config.log

configure:11931: checking if libz with compress configure:11960: gcc
-o conftest conftest.c -lz -lcrypt -lnsl -lm >&5
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/../../../../hppa2.0n-hp-hpux11.00/bin/nm:
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpu x11.00/3.2/../../../libz.sl:no symbols

configure:11963: $? = 0 configure:11966: test -s conftest
configure:11969: $? = 0 configure:11979: result: yes

###END FRAGMENT FROM config.log# 


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to