[Refdb-users] refdb gets sqlite and mysql wrong - could not connect to database server
Status: Beta
Brought to you by:
mhoenicka
From: P.H.Mohr <ph...@ke...> - 2003-10-10 10:04:00
|
Hello, I try to run refdb on freebsd, everything compiled fine. I installed sqlite and I think this is where my problem lies. The prog produces the following output when run with refdbd -s -e 0 -l 7 and refdba: viewstat : dbi_driver_dir went to: dbi is up using default driver dir Available libdbi database drivers: sqlite application server started use /tmp/refdbd_fifo34993 as fifo server waiting n_max_fd=4 adding client on fd 5 server waiting n_max_fd=5 parent removing client on fd 5 server waiting n_max_fd=4 try to read from client serving client on fd 5 with protocol version 1 012-47-59-01 send pseudo-random string to client viewstat -u phil dbi is up localhost phil 3306 mysql creating database connection structure failed command processing done, finish dialog now child finished client on fd 5 child exited with code 0 server waiting n_max_fd=4 ------------------- refdba: viewstat could not connect to database server --------------------- it looks a bit odd to me that the prog tells me that Available libdbi database drivers: sqlite and than at the end it talks about mysql. It I set sth. wrong ? thank you for your help. Phil Ps: I used the standard config files: # This is the global configuration file for refdbc serverip 127.0.0.1 port 9734 pager more timeout 60 # end of refdbcrc |