I'm trying to configure a JDBC realm using a third party database and it
seems they are using the mysql password command to store their passwords. I
read in the docs:
"When a standard realm authenticates by retrieving the stored password and
comparing it with the value presented by the user, you
Perl 5.6.1
Platform/OS: Solaris 9
Compiler: GCC 2.95.2 - Tried with both Gnu binutils and Sun
Attempted with mysql 3.23.47 and 3.23.52
When I try to compile perl it appears to compile just fine until I run
'make test' then I get the following error message for many of the
various tests:
lib/dirh
If I start mysql by changing to the msyql directory and run safe_mysqld
--user=mysql & everything works fine, if I try to start mysql at boot time
with an init script it starts and immediately dies the log files say it
can't find a certain library file (a file that is in my LD_LIBRARY_PATH). It
ha
If I change to the bin directory of mysql and start mysql from there it
starts up fine.
If I start it with an init script it dies just as soon as it starts.
The log files says:
020211 08:44:47 mysqld started
ld.so.1: /usr/local/mysql/libexec/mysqld: fatal: libstdc++.so.3: open
failed: No such
Solaris 8
Gcc 3.0.3
I cannot get mysql to compile without math_iso.h yet I cannot find
math_iso.h anywhere, does anyone know where this file is located, also, does
anyone know which Solaris Package contains libm.a it's missing also.
-Mark
---
Solaris 8
GCC 3.03
Ok, first I got an error about iso/math_iso.h not being there so I commented
it out of the math.h file. This got me past that error, now I get this
error.
gcc -O3 -DUNDEF_THREADS_HACK -I./../include
-I../include -I./.. -I..-I..-O
-DDBUG_O
Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be
incompatible with 3.0, yet I'm still getting an error during the make:
/usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lrt
collect2: ld returned 1 exit status
make[3]: *** [mysqld] Error 1
make[3]: Leaving directory
Anybody seen this before:
gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H
-I/export/home6/temp/mysql-3.23.41/include -DHAVE_RWLOCK_T -o mysqlbinlog
mysqlbinlog.o mini_client.o net_serv.o mini_client_errors.o
I've never had this much trouble compiling mysql before. I've done it at
least a dozen times and most are virtually trouble free but this 3.23.40
version is being stubborn.
The error I'm having (or should I say the "current" error) is this:
gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-excep
I'm trying to intall mysql 3.23.40 on Solaris 8 ( GCC 3.0 ) but I'm having a
little difficulty. Whenever it gets to the gemini directory it errors out
with the following:
/usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../incl -I../msgs-O3
-DDBUG_OFF -O6 -DHAVE_CURSES_H -I/export/home6/tem
10 matches
Mail list logo