PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Postfix - cannot find lmysqlclient



dehein2
17.07.04, 14:37
Hallo,
ich versuche gerde Postfix mit mysql Support zu installieren. (auf Suse 9.1) MySQL ist 4.0.20 habe, server,client und devel installiert. Mysql läuft mit apache/php einwandfrei.
Mein Mysql Socket ist : /var/lib/mysql/mysql.sock
Meine Datenbank ist im ORder: /var/lib/mysql

Nun habe ich nach ein Anleitung postfix 2.1.3 mit folgenden befehel:


make -f Makefiles \ 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql' 'AUXLIBS=-L/var/lib/mysql -lmysqlclient -lz -lm'


der make befehl läuft auch ordentlich durch
gebe ich nun make install ein erhalte ich nach einigen richtig ausgeführten operationen folgende Fehlermeldung:


....
/ust/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lmysqlclient
collect:2: ld returned 1 exit status
make: ***[master] Error 1
make: ***[update] Error 1

hat da jmd ne Idee, woran das liegen könnte?

Noch was, wenn ich mit
find / -name mysqlclient suche finde ich nichts. Yast zeigt aber auch an, dass der mysqlclient installiert ist.

hp_tux
17.07.04, 14:52
Hallo,


cannot find -lmysqlclient
nun, das heißt wohl, daß die Datei "libmysqlclient.so" nicht existiert.

Was ergibt denn

find / -name "libmysqlclient*"
bzw.

locate libmysqlclient

Gruß

hp_tux

dehein2
17.07.04, 15:04
find / -name 'libmysqlclient*"
/usr/lib/mysql/libmysqlclient_r.a
/usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient.la
/usr/lib/mysql/libmysqlclient_r.la


locate libmysqlclient


danke

hp_tux
17.07.04, 15:26
Hallo,

gut, dann kannst Du mal folgendes probieren (als "root"):

cd /usr/lib/mysql
ld --whole-archive -shared -o libmysqlclient.so.1 libmysqlclient.a
ln -s libmysqlclient.so.1 libmysqlclient.so
ldconfig
Ich kann allerdings nicht garantieren, daß das klappt, weil ich es selbst noch nicht ausprobiert habe. Aber laut manpage brauchst Du keine Bedenken zu haben... ;)

Gruß

hp_tux

dehein2
17.07.04, 15:39
hi, hab die 3 befehle mal ausgeführt, kam jeweils weder eine bestätigung, noch eine Fehlermeldung..
führe ich dann wieder make install aus, kommt aber die gleiche fehlermeldung

hp_tux
17.07.04, 15:54
Hallo,


führe ich dann wieder make install aus, kommt aber die gleiche fehlermeldung
hmm, vielleicht solltest Du besser nochmal ganz von vorne anfangen, indem Du das komplette Installationsverzeichnis löschst und den Tarball neu entpackst.

Gruß

hp_tux

dehein2
17.07.04, 16:13
nein hilft leider nicht :confused:

hp_tux
17.07.04, 16:50
Hallo,


nein hilft leider nicht
hmm, kommt denn jetzt wieder die gleiche Fehlermeldung? Wenn ja, bin ich wohl mit meinem Latein so ziemlich am Ende...

Halt, stop! Du mußt wahrscheinlich noch die Datei "/usr/lib/mysql/libmysqlclient.la" editieren. Kannst Du die bitte mal posten?

Gruß

hp_tux

dehein2
17.07.04, 16:52
also ich hab mal beide ausgaben hier:
make...


make -f Makefile.in MAKELEVEL= Makefiles set -e; for i in src/util src/global src/dns src/master src/postfix src/smtpstone src/sendmail src/error
src/pickup src/cleanup src/smtpd src/local src/lmtp src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias
src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush
src/verify src/virtual src/proxymap; do \
(set -e; echo "[$i]"; cd $i; rm -f Makefile; \
make -f Makefile.in Makefile MAKELEVEL=) || exit 1; \ done; [src/util] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in)
>Makefile [src/global] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/dns] (set -e; echo "# DO NOT EDIT";
/bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/master] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/postfix] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/smtpstone] (set -e; echo "# DO NOT EDIT";
/bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/sendmail] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/error] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/pickup] (set -e; echo "# DO NOT EDIT"; /bin/sh
../../makedefs && cat Makefile.in) >Makefile [src/cleanup] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/smtpd] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/local] (set -e; echo "# DO NOT EDIT"; /bin/sh
../../makedefs && cat Makefile.in) >Makefile [src/lmtp] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/trivial-rewrite] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/qmgr] (set -e; echo "# DO NOT EDIT";
/bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/oqmgr] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/smtp] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/bounce] (set -e; echo "# DO NOT EDIT"; /bin/sh
../../makedefs && cat Makefile.in) >Makefile [src/pipe] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/showq]
(set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/postalias] (set -e; echo "# DO NOT EDIT"; /bin/sh
../../makedefs && cat Makefile.in) >Makefile [src/postcat] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/postconf] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/postdrop] (set -e; echo "# DO NOT EDIT";
/bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/postkick] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/postlock] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/postlog] (set -e; echo "# DO NOT EDIT";
/bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/postmap] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/postqueue] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/postsuper] (set -e; echo "# DO NOT EDIT";
/bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/qmqpd] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/spawn] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile [src/flush] (set -e; echo "# DO NOT EDIT"; /bin/sh
../../makedefs && cat Makefile.in) >Makefile [src/verify] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) >Makefile
[src/virtual] (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs; cat Makefile.in) >Makefile [src/proxymap] (set -e; echo "# DO NOT EDIT"; /bin/sh
../../makedefs && cat Makefile.in) >Makefile rm -f Makefile; (set -e; /bin/sh makedefs && cat Makefile.in) >Makefile (echo "# Do not edit -- this file
documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp set +e; if cmp makedefs.tmp conf/makedefs.out; then rm makedefs.tmp;
\ else mv makedefs.tmp conf/makedefs.out; fi >/dev/null 2>/dev/null

dehein2
17.07.04, 16:52
make install -TEIL 1


set -e; for i in src/util src/global src/dns src/master src/postfix src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local
src/lmtp src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick
src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap; do \
(set -e; echo "[$i]"; cd $i; make 'CC=gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql' update MAKELEVEL=) || exit 1; \ done
[src/util] gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c alldig.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c argv.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
argv_split.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c attr_print0.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c attr_print64.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c attr_scan0.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c attr_scan64.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c base64_code.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -DLINUX2 -c basename.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c binhash.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c chroot_uid.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -DLINUX2 -c clean_env.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c close_on_exec.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c concatenate.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c ctable.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_alloc.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_db.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_dbm.c
gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_debug.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_env.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
dict_cidr.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_ht.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_ni.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c dict_nis.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_nisplus.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_open.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c dict_pcre.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_regexp.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_static.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c dict_tcp.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dict_unix.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c dir_forest.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -DLINUX2 -c doze.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c duplex_pipe.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c environ.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c events.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c exec_command.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c fifo_listen.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -DLINUX2 -c fifo_trigger.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c file_limit.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c find_inet.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c fsspace.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c fullname.c
gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c get_domainname.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c get_hostname.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
hex_quote.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c host_port.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c htable.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
inet_addr_host.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c inet_addr_list.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c inet_addr_local.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g
-O -I. -DLINUX2 -c inet_connect.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c inet_listen.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c inet_trigger.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c inet_util.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
line_wrap.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c lowercase.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c lstat_as.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c mac_expand.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c mac_parse.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c make_dirs.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c match_list.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c match_ops.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c msg.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
msg_output.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c msg_syslog.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c msg_vstream.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c mvect.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c myflock.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c mymalloc.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c myrand.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c mystrtok.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c name_mask.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c netstring.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c non_blocking.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c nvtable.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c open_as.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c open_limit.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c open_lock.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c peekfd.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c percentm.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c posix_signals.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c printable.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c rand_sleep.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c read_wait.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c readable.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c readlline.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c ring.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c safe_getenv.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c safe_open.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c sane_accept.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -DLINUX2 -c sane_link.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c sane_rename.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c sane_socketpair.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c sane_time.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
scan_dir.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c set_eugid.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c set_ugid.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2
-c sigdelay.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c skipblanks.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c spawn_command.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c split_at.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c split_nameval.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c stat_as.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c stream_connect.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c stream_listen.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c stream_trigger.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c sys_compat.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
timed_connect.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c timed_read.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c timed_wait.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c timed_write.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c translit.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c trimblanks.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -DLINUX2 -c unescape.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c unix_connect.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c unix_listen.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c unix_trigger.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
unsafe.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c username.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c valid_hostname.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c vbuf.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c vbuf_print.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c vstream.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c vstream_popen.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c vstring.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c vstring_vstream.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g
-O -I. -DLINUX2 -c watchdog.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c writable.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c write_buf.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c write_wait.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
auto_clnt.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c attr_clnt.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c attr_scan_plain.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-DLINUX2 -c attr_print_plain.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c sane_connect.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c neuter.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -DLINUX2 -c name_code.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -DLINUX2 -c
uppercase.c ar rv libutil.a alldig.o argv.o argv_split.o attr_print0.o attr_print64.o attr_scan0.o attr_scan64.o base64_code.o basename.o binhash.o
chroot_uid.o clean_env.o close_on_exec.o concatenate.o ctable.o dict.o dict_alloc.o dict_db.o dict_dbm.o dict_debug.o dict_env.o dict_cidr.o dict_ht.o
dict_ni.o dict_nis.o dict_nisplus.o dict_open.o dict_pcre.o dict_regexp.o dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o duplex_pipe.o
environ.o events.o exec_command.o fifo_listen.o fifo_trigger.o file_limit.o find_inet.o fsspace.o fullname.o get_domainname.o get_hostname.o hex_quote.o
host_port.o htable.o inet_addr_host.o inet_addr_list.o inet_addr_local.o inet_connect.o inet_listen.o inet_trigger.o inet_util.o line_wrap.o lowercase.o
lstat_as.o mac_expand.o mac_parse.o make_dirs.o match_list.o match_ops.o msg.o msg_output.o msg_syslog.o msg_vstream.o mvect.o myflock.o mymalloc.o
myrand.o mystrtok.o name_mask.o netstring.o non_blocking.o nvtable.o open_as.o open_limit.o open_lock.o peekfd.o percentm.o posix_signals.o printable.o
rand_sleep.o read_wait.o readable.o readlline.o ring.o safe_getenv.o safe_open.o sane_accept.o sane_link.o sane_rename.o sane_socketpair.o sane_time.o
scan_dir.o set_eugid.o set_ugid.o sigdelay.o skipblanks.o spawn_command.o split_at.o split_nameval.o stat_as.o stream_connect.o stream_listen.o
stream_trigger.o sys_compat.o timed_connect.o timed_read.o timed_wait.o timed_write.o translit.o trimblanks.o unescape.o unix_connect.o unix_listen.o
unix_trigger.o unsafe.o username.o valid_hostname.o vbuf.o vbuf_print.o vstream.o vstream_popen.o vstring.o vstring_vstream.o watchdog.o writable.o
write_buf.o write_wait.o auto_clnt.o attr_clnt.o attr_scan_plain.o attr_print_plain.o sane_connect.o neuter.o name_code.o uppercase.o a - alldig.o a -
argv.o a - argv_split.o a - attr_print0.o a - attr_print64.o a - attr_scan0.o a - attr_scan64.o a - base64_code.o a - basename.o a - binhash.o a -
chroot_uid.o a - clean_env.o a - close_on_exec.o a - concatenate.o a - ctable.o a - dict.o a - dict_alloc.o a - dict_db.o a - dict_dbm.o a -
dict_debug.o a - dict_env.o a - dict_cidr.o a - dict_ht.o a - dict_ni.o a - dict_nis.o a - dict_nisplus.o a - dict_open.o a - dict_pcre.o a -
dict_regexp.o a - dict_static.o a - dict_tcp.o a - dict_unix.o a - dir_forest.o a - doze.o a - duplex_pipe.o a - environ.o a - events.o a -
exec_command.o a - fifo_listen.o a - fifo_trigger.o a - file_limit.o a - find_inet.o a - fsspace.o a - fullname.o a - get_domainname.o a -
get_hostname.o a - hex_quote.o a - host_port.o a - htable.o a - inet_addr_host.o a - inet_addr_list.o a - inet_addr_local.o a - inet_connect.o a -
inet_listen.o a - inet_trigger.o a - inet_util.o a - line_wrap.o a - lowercase.o a - lstat_as.o a - mac_expand.o a - mac_parse.o a - make_dirs.o a -
match_list.o a - match_ops.o a - msg.o a - msg_output.o a - msg_syslog.o a - msg_vstream.o a - mvect.o a - myflock.o a - mymalloc.o a - myrand.o a -
mystrtok.o a - name_mask.o a - netstring.o a - non_blocking.o a - nvtable.o a - open_as.o a - open_limit.o a - open_lock.o a - peekfd.o a - percentm.o a
- posix_signals.o a - printable.o a - rand_sleep.o a - read_wait.o a - readable.o a - readlline.o a - ring.o a - safe_getenv.o a - safe_open.o a -
sane_accept.o a - sane_link.o a - sane_rename.o a - sane_socketpair.o a - sane_time.o a - scan_dir.o a - set_eugid.o a - set_ugid.o a - sigdelay.o a -
skipblanks.o a - spawn_command.o a - split_at.o a - split_nameval.o a - stat_as.o a - stream_connect.o a - stream_listen.o a - stream_trigger.o a -
sys_compat.o a - timed_connect.o a - timed_read.o a - timed_wait.o a - timed_write.o a - translit.o a - trimblanks.o a - unescape.o a - unix_connect.o a
- unix_listen.o a - unix_trigger.o a - unsafe.o a - username.o a - valid_hostname.o a - vbuf.o a - vbuf_print.o a - vstream.o a - vstream_popen.o a -
vstring.o a - vstring_vstream.o a - watchdog.o a - writable.o a - write_buf.o a - write_wait.o a - auto_clnt.o a - attr_clnt.o a - attr_scan_plain.o a
- attr_print_plain.o a - sane_connect.o a - neuter.o a - name_code.o a - uppercase.o ranlib libutil.a cp libutil.a ../../lib ranlib
../../lib/libutil.a for i in argv.h attr.h base64_code.h binhash.h chroot_uid.h clean_env.h connect.h ctable.h dict.h dict_db.h dict_dbm.h
dict_env.h dict_cidr.h dict_ht.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h
events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h hex_quote.h host_port.h htable.h inet_addr_host.h
inet_addr_list.h inet_addr_local.h inet_util.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h match_list.h
match_ops.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myflock.h mymalloc.h myrand.h name_mask.h netstring.h nvtable.h open_as.h
open_lock.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_fsops.h sane_socketpair.h sane_time.h scan_dir.h
set_eugid.h set_ugid.h sigdelay.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h
valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h auto_clnt.h attr_clnt.h sane_connect.h name_code.h; \ do \
cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 argv.h attr.h base64_code.h binhash.h chroot_uid.h
clean_env.h connect.h ctable.h dict.h dict_db.h dict_dbm.h dict_env.h dict_cidr.h dict_ht.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h
dict_regexp.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h
hex_quote.h host_port.h htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h inet_util.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h
mac_parse.h make_dirs.h match_list.h match_ops.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myflock.h mymalloc.h myrand.h name_mask.h
netstring.h nvtable.h open_as.h open_lock.h percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_fsops.h
sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h sigdelay.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h
timed_wait.h trigger.h username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h auto_clnt.h attr_clnt.h
sane_connect.h name_code.h [src/global] gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
abounce.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c been_here.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c bounce.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c bounce_log.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c canon_addr.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
cfg_parser.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c cleanup_strerror.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c cleanup_strflags.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c clnt_stream.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c debug_peer.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c debug_process.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
defer.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c deliver_completed.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c deliver_flock.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c deliver_pass.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c deliver_request.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include
-DLINUX2 -c dict_ldap.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c dict_mysql.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c dict_pgsql.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c dict_proxy.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c domain_list.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include
-DLINUX2 -c dot_lockfile.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c dot_lockfile_as.c
gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c ext_prop.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c file_id.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g
-O -I. -I../../include -DLINUX2 -c flush_clnt.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
header_opts.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c header_token.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c hold_message.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c input_transp.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c is_header.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2
-c log_adhoc.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_addr.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_addr_crunch.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_addr_find.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_addr_map.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c mail_command_client.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2
-c mail_command_server.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_conf.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_conf_bool.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_conf_int.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_conf_raw.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c mail_conf_str.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
mail_conf_time.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_connect.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_copy.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_date.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g
-O -I. -I../../include -DLINUX2 -c mail_dict.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
mail_error.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_flush.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_open_ok.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_params.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c mail_pathname.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include
-DLINUX2 -c mail_queue.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_run.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_scan_dir.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_stream.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c mail_task.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2
-c mail_trigger.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c maps.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mark_corrupt.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c match_parent_style.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mbox_conf.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c mbox_open.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
mime_state.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mkmap_db.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mkmap_dbm.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mkmap_open.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c mynetworks.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2
-c mypwd.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c namadr_list.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c off_cvt.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c opened.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -I../../include -DLINUX2 -c own_inet_addr.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
pipe_command.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c post_mail.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c quote_821_local.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c quote_822_local.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c rec_streamlf.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c rec_type.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
recipient_list.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c record.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c remove.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c resolve_clnt.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c resolve_local.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include
-DLINUX2 -c rewrite_clnt.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c sent.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c smtp_stream.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c split_addr.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c string_list.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include
-DLINUX2 -c strip_addr.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c sys_exits.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c timed_ipc.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c tok822_find.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c tok822_node.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include
-DLINUX2 -c tok822_parse.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c tok822_resolve.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c tok822_rewrite.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c tok822_tree.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c trace.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
verify.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c verify_clnt.c gcc -Wmissing-prototypes
-Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c verp_sender.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c virtual8_maps.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c xtext.c ar rv libglobal.a abounce.o been_here.o bounce.o bounce_log.o canon_addr.o cfg_parser.o cleanup_strerror.o
cleanup_strflags.o clnt_stream.o debug_peer.o debug_process.o defer.o deliver_completed.o deliver_flock.o deliver_pass.o deliver_request.o dict_ldap.o
dict_mysql.o dict_pgsql.o dict_proxy.o domain_list.o dot_lockfile.o dot_lockfile_as.o ext_prop.o file_id.o flush_clnt.o header_opts.o header_token.o
hold_message.o input_transp.o is_header.o log_adhoc.o mail_addr.o mail_addr_crunch.o mail_addr_find.o mail_addr_map.o mail_command_client.o
mail_command_server.o mail_conf.o mail_conf_bool.o mail_conf_int.o mail_conf_raw.o mail_conf_str.o mail_conf_time.o mail_connect.o mail_copy.o
mail_date.o mail_dict.o mail_error.o mail_flush.o mail_open_ok.o mail_params.o mail_pathname.o mail_queue.o mail_run.o mail_scan_dir.o mail_stream.o
mail_task.o mail_trigger.o maps.o mark_corrupt.o match_parent_style.o mbox_conf.o mbox_open.o mime_state.o mkmap_db.o mkmap_dbm.o mkmap_open.o
mynetworks.o mypwd.o namadr_list.o off_cvt.o opened.o own_inet_addr.o pipe_command.o post_mail.o quote_821_local.o quote_822_local.o rec_streamlf.o
rec_type.o recipient_list.o record.o remove.o resolve_clnt.o resolve_local.o rewrite_clnt.o sent.o smtp_stream.o split_addr.o string_list.o strip_addr.o
sys_exits.o timed_ipc.o tok822_find.o tok822_node.o tok822_parse.o tok822_resolve.o tok822_rewrite.o tok822_tree.o trace.o verify.o verify_clnt.o
verp_sender.o virtual8_maps.o xtext.o a - abounce.o a - been_here.o a - bounce.o a - bounce_log.o a - canon_addr.o a - cfg_parser.o a -
cleanup_strerror.o a - cleanup_strflags.o a - clnt_stream.o a - debug_peer.o a - debug_process.o a - defer.o a - deliver_completed.o a - deliver_flock.o
a - deliver_pass.o a - deliver_request.o a - dict_ldap.o a - dict_mysql.o a - dict_pgsql.o a - dict_proxy.o a - domain_list.o a - dot_lockfile.o a -
dot_lockfile_as.o a - ext_prop.o a - file_id.o a - flush_clnt.o a - header_opts.o a - header_token.o a - hold_message.o a - input_transp.o a -
is_header.o a - log_adhoc.o a - mail_addr.o a - mail_addr_crunch.o a - mail_addr_find.o a - mail_addr_map.o a - mail_command_client.o a -
mail_command_server.o a - mail_conf.o a - mail_conf_bool.o a - mail_conf_int.o a - mail_conf_raw.o a - mail_conf_str.o a - mail_conf_time.o a -
mail_connect.o a - mail_copy.o a - mail_date.o a - mail_dict.o a - mail_error.o a - mail_flush.o a - mail_open_ok.o a - mail_params.o a -
mail_pathname.o a - mail_queue.o a - mail_run.o a - mail_scan_dir.o a - mail_stream.o a - mail_task.o a - mail_trigger.o a - maps.o a - mark_corrupt.o a
- match_parent_style.o a - mbox_conf.o a - mbox_open.o a - mime_state.o a - mkmap_db.o a - mkmap_dbm.o a - mkmap_open.o a - mynetworks.o a - mypwd.o a -
namadr_list.o a - off_cvt.o a - opened.o a - own_inet_addr.o a - pipe_command.o a - post_mail.o a - quote_821_local.o a - quote_822_local.o a -
rec_streamlf.o a - rec_type.o a - recipient_list.o a - record.o a - remove.o a - resolve_clnt.o a - resolve_local.o a - rewrite_clnt.o a - sent.o a -
smtp_stream.o a - split_addr.o a - string_list.o a - strip_addr.o a - sys_exits.o a - timed_ipc.o a - tok822_find.o a - tok822_node.o a - tok822_parse.o
a - tok822_resolve.o a - tok822_rewrite.o a - tok822_tree.o a - trace.o a - verify.o a - verify_clnt.o a - verp_sender.o a - virtual8_maps.o a - xtext.o
ranlib libglobal.a cp libglobal.a ../../lib ranlib ../../lib/libglobal.a for i in abounce.h been_here.h bounce.h bounce_log.h canon_addr.h cfg_parser.h
cleanup_user.h clnt_stream.h config.h debug_peer.h debug_process.h defer.h deliver_completed.h deliver_flock.h deliver_pass.h deliver_request.h
dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h domain_list.h dot_lockfile.h dot_lockfile_as.h ext_prop.h file_id.h flush_clnt.h header_opts.h
header_token.h hold_message.h input_transp.h is_header.h lex_822.h log_adhoc.h mail_addr.h mail_addr_crunch.h mail_addr_find.h mail_addr_map.h
mail_conf.h mail_copy.h mail_date.h mail_dict.h mail_error.h mail_flush.h mail_open_ok.h mail_params.h mail_proto.h mail_queue.h mail_run.h
mail_scan_dir.h mail_stream.h mail_task.h mail_version.h maps.h mark_corrupt.h match_parent_style.h mbox_conf.h mbox_open.h mime_state.h mkmap.h
mynetworks.h mypwd.h namadr_list.h off_cvt.h opened.h own_inet_addr.h pipe_command.h post_mail.h qmgr_user.h qmqp_proto.h quote_821_local.h
quote_822_local.h quote_flags.h rec_streamlf.h rec_type.h recipient_list.h record.h resolve_clnt.h resolve_local.h rewrite_clnt.h sent.h smtp_stream.h
split_addr.h string_list.h strip_addr.h sys_exits.h timed_ipc.h tok822.h trace.h verify.h verify_clnt.h verp_sender.h virtual8_maps.h xtext.h; \ do \
cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 abounce.h been_here.h bounce.h bounce_log.h
canon_addr.h cfg_parser.h cleanup_user.h clnt_stream.h config.h debug_peer.h debug_process.h defer.h deliver_completed.h deliver_flock.h deliver_pass.h
deliver_request.h dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h domain_list.h dot_lockfile.h dot_lockfile_as.h ext_prop.h file_id.h flush_clnt.h
header_opts.h header_token.h hold_message.h input_transp.h is_header.h lex_822.h log_adhoc.h mail_addr.h mail_addr_crunch.h mail_addr_find.h
mail_addr_map.h mail_conf.h mail_copy.h mail_date.h mail_dict.h mail_error.h mail_flush.h mail_open_ok.h mail_params.h mail_proto.h mail_queue.h
mail_run.h mail_scan_dir.h mail_stream.h mail_task.h mail_version.h maps.h mark_corrupt.h match_parent_style.h mbox_conf.h mbox_open.h mime_state.h

dehein2
17.07.04, 16:53
make install - TEIL 2



mkmap.h mynetworks.h mypwd.h namadr_list.h off_cvt.h opened.h own_inet_addr.h pipe_command.h post_mail.h qmgr_user.h qmqp_proto.h quote_821_local.h
quote_822_local.h quote_flags.h rec_streamlf.h rec_type.h recipient_list.h record.h resolve_clnt.h resolve_local.h rewrite_clnt.h sent.h smtp_stream.h
split_addr.h string_list.h strip_addr.h sys_exits.h timed_ipc.h tok822.h trace.h verify.h verify_clnt.h verp_sender.h virtual8_maps.h xtext.h [src/dns]
gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c dns_lookup.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c dns_rr.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -I../../include -DLINUX2 -c dns_strerror.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
dns_strtype.c ar rv libdns.a dns_lookup.o dns_rr.o dns_strerror.o dns_strtype.o a - dns_lookup.o a - dns_rr.o a - dns_strerror.o a - dns_strtype.o
ranlib libdns.a cp libdns.a ../../lib ranlib ../../lib/libdns.a for i in dns.h; \ do \
cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \ done cd ../../include; chmod 644 dns.h [src/master] gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c single_server.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c multi_server.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -c trigger_server.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
master_proto.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c mail_flow.c ar rv libmaster.a
single_server.o multi_server.o trigger_server.o master_proto.o mail_flow.o a - single_server.o a - multi_server.o a - trigger_server.o a -
master_proto.o a - mail_flow.o ranlib libmaster.a cp libmaster.a ../../lib/libmaster.a ranlib ../../lib/libmaster.a gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O
-I. -I../../include -DLINUX2 -c master_conf.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c
master_ent.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master_sig.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master_avail.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master_spawn.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql
-g -O -I. -I../../include -DLINUX2 -c master_service.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include
-DLINUX2 -c master_status.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master_listen.c gcc
-Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master_vars.c gcc -Wmissing-prototypes -Wformat
-DHAS_MYSQL -I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master_wakeup.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/include/mysql -g -O -I. -I../../include -DLINUX2 -c master_flow.c gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/include/mysql -g -O -I.
-I../../include -DLINUX2 -o master master.o master_conf.o master_ent.o master_sig.o master_avail.o master_spawn.o master_service.o master_status.o
master_listen.o master_vars.o master_wakeup.o master_flow.o ../../lib/libglobal.a ../../lib/libutil.a -L/var/lib/mysql -lmysqlclient -lz -lm -ldb -lnsl
-lresolv

dehein2
17.07.04, 16:56
ja klar: hier die "/usr/lib/mysql/libmysqlclient.la":



# libmysqlclient.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5 (1.1220.2.1 2003/04/14 22:48:00)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names=''

# The name of the static archive.
old_library='libmysqlclient.a'

# Libraries that this one depends upon.
dependency_libs=' -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv'

# Version information for libmysqlclient.
current=12
age=0
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/lib/mysql'

hp_tux
17.07.04, 17:27
Hallo,

also, mach mal folgendes (als "root"):
In der Datei "libmysqlclient.la" ersetzt Du die Zeile

library_names=''
durch

library_names='libmysqlclient.so.1.0.0 libmysqlclient.so.1 libmysqlclient.so'
Dann führst Du noch die folgenden Befehle aus:

cd /usr/lib/mysql
rm libmysqlclient.so
mv libmysqlclient.so.1 libmysqlclient.so.1.0.0
ln -s libmysqlclient.so.1.0.0 libmysqlclient.so.1
ln -s libmysqlclient.so.1.0.0 libmysqlclient.so
ldconfig


Viel Erfolg!

Gruß

hp_tux

dehein2
17.07.04, 18:54
hi,
nein kommt leider immer noch die gleiche Fehlermeldung :(
Es gibt ja sonst noch die Möglichkeit einfach über yast zu installieren, aber dann fehlen ja die Parameter für MySQL

hp_tux
17.07.04, 19:12
Hallo,


nein kommt leider immer noch die gleiche Fehlermeldung
hmm, in der Ausgabe von "make install" (Teil 1 und 2), die Du gepostet hast, kann ich keine Fehlermeldung entdecken...

Gruß

hp_tux

dehein2
17.07.04, 19:24
in der tat, der letzte teil der ausgabe wurde irgendwie nicht in der txtdatei gespeichert.. hier ist er, ist aber eigentlich nur noch die oben beschriebene Fehlermeldung



/ust/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lmysqlclient
collect:2: ld returned 1 exit status
make: ***[master] Error 1
make: ***[update] Error 1


danke

hp_tux
17.07.04, 19:40
Hallo,

na, grad wollt' ich schon aufgeben, aber einen hab' ich noch: poste doch mal bitte Deine "/etc/ld.so.conf". :)

Gruß

hp_tux

dehein2
17.07.04, 19:51
Bitteschön :-))


/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/i486-linux/lib
/usr/i486-linux-libc5/lib=libc5
/usr/i486-linux-libc6/lib=libc6
/usr/i486-linuxaout/lib
/usr/i386-suse-linux/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/kde2/lib
/opt/kde3/lib
/opt/gnome/lib
/opt/gnome2/lib



viel dank schonmal

hp_tux
17.07.04, 20:10
Hallo,

ja, das dachte ich mir, daß da was fehlen muß!

Häng doch bitte die folgende Zeile an die Datei an:

/usr/lib/mysql
und starte nochmal

ldconfig

Dabei darf dann keine Fehlermeldung kommen!

Wenn es dann immer noch nicht funktioniert, werde ich wohl leider aufgeben müssen, aber ich bin eigentlich ziemlich optimistisch. :)

Gruß

hp_tux

dehein2
17.07.04, 22:38
nein leider immer noch nicht - aber vielen vielen danke für deine Hilfe.
Postfix an sich geht ja auch ohne MySQl, was habe ich denn da f. Nachteile?

danke

hp_tux
17.07.04, 22:54
Hallo,


Postfix an sich geht ja auch ohne MySQl, was habe ich denn da f. Nachteile?
nun, das kommt wohl darauf an, wofür Du Postfix überhaupt verwenden willst. Ich habe mir auch Postfix kompiliert, allerdings ohne MySQL-Unterstützung. Ich verwende das Programm als Ersatz für Sendmail, allerdings auch nur für die lokalen System-Mails.

Ich weiß auch nicht, was Postfix mit MySQL-Unterstützung kann, was es ohne diese nicht kann.

Gruß

hp_tux

dehein2
18.07.04, 10:26
ok,
aber noch ne Frage, was haben die make-parameter


'CCARGS=-DHAS_MYSQL -I/usr/include/mysql' 'AUXLIBS=-L/var/lib/mysql -lmysqlclient -lz -lm'

eigentlich für eine Bedeutung?

msilber
28.12.04, 21:17
hi, also ich hab hier nen ähnliches Problem ich brauch die lib für die DBD::mysql
hab die RPMs von MySQL 4.1.8 drauf (eben auch die devel pakete die die .a .la ... dateien impliziert)
ergebnis bisher genauso erfolglos wie Mitstreiter dehein2

ein dltest ergibt zudem
[dltest] ERROR: ./libmysqlclient.so.1: undefined symbol: __cmpdi2

irgendwelche Ideen?

MfG
Marcel