>Description:
After completing the configure step, which went fine (using
the options recommended in the guide), the installation stopped when
using gnumake.
>How-To-Repeat:
The problem was traced to making the client components,
in particular mysql. The problem was that c++ complained about the
compile options "-Wl,-rapth -Wl,.../lib/mysql". The cc compiler was not
fussed. It appeared that the directory was not being associated with the
-rpath qualifier.
>Fix:
I edited the libtool so that the compile option was like this
"-Wl,-rpath,.../lib/mysql". This did the trick and Mysql compiled
fully.
>Submitter-Id: <submitter ID>
>Originator: Adam Ralph
>Organization: Institute of Virolgy, Glasgow UK
>
>MySQL support: [none ]
>Synopsis: Did not compile under Tru64.
>Severity: non-critical
>Priority: [ low]
>Category: mysql
>Class: [ sw-bug?]
>Release: mysql-3.23.33 (Source distribution)
>Environment:
AlphaServer DS20, Tru64 5.1
System: OSF1 yoda.vir.gla.ac.uk V5.1 732 alpha
Machine: alpha
Some paths: /usr/bin/perl /sbin/make /usr/bin/cc
Compilation info: CC='cc -pthread' CFLAGS='-O4 -ansi_alias -ansi_args -fast -inline
speed -speculate all -arch host' CXX='cxx -pthread' CXXFLAGS='-O4 -ansi_alias
-ansi_args -fast -inline speed -speculate all -arch host' LDFLAGS=''
LIBC:
lrwxrwxrwx 1 root system 17 Jan 4 16:41 /lib/libc.a -> ../ccs/lib/libc.a
lrwxrwxrwx 1 root system 17 Jan 4 16:41 /usr/lib/libc.a ->
../ccs/lib/libc.a
Configure command: ./configure --with-low-memory --enable-large-files
--enable-shared=yes '--with-named-thread-libs=-lpthread -lmach -lexc -lc'
--prefix=/mnt/beta/software/mysql-3.23.33 --with-libwrap=/usr/local/argus-1.8.1/lib
--without-debug --without-bench --with-mysqld-user=mysql
Perl: This is perl, version 5.005_03 built for alpha-dec_osf
---------------------------------------------------------------------
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