Re: [Sqlrelay-discussion] "Error was: No such file or directory" on freeBSD
Brought to you by:
mused
|
From: Culley H. <har...@gm...> - 2008-04-10 16:27:13
|
My latest attempt this morning is to avoid the port and install from scratch. During the make process (I had to use gmake) I get this error. Any ideas? ==== g++ -o .libs/sqlr-listener .libs/sqlrlistener.o .libs/main.o -pthread -L/usr/home/culley/Desktop/sqlrelay-0.39.4/src/util /usr/home/culley/Desktop/sqlrelay-0.39.4/src/util/.libs/libsqlrutil.so -L/usr/local/lib /usr/local/lib/librudiments.so -pthread -L/usr/lib -lcrypt -Wl,--rpath -Wl,/usr/local/firstworks/lib -Wl,--rpath -Wl,/usr/local/lib /usr/local/lib/librudiments.so: undefined reference to `SSL_shutdown' /usr/local/lib/librudiments.so: undefined reference to `SSL_get_error' /usr/local/lib/librudiments.so: undefined reference to `SSL_read' /usr/local/lib/librudiments.so: undefined reference to `SSL_new' /usr/local/lib/librudiments.so: undefined reference to `SSL_pending' /usr/local/lib/librudiments.so: undefined reference to `SSL_set_bio' /usr/local/lib/librudiments.so: undefined reference to `SSL_accept' /usr/local/lib/librudiments.so: undefined reference to `SSL_connect' /usr/local/lib/librudiments.so: undefined reference to `SSL_free' /usr/local/lib/librudiments.so: undefined reference to `BIO_new_fd' /usr/local/lib/librudiments.so: undefined reference to `SSL_write' /usr/local/lib/librudiments.so: undefined reference to `BIO_new_socket' gmake[2]: *** [sqlr-listener] Error 1 gmake[2]: Leaving directory `/usr/home/culley/Desktop/sqlrelay-0.39.4/src/listener' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/home/culley/Desktop/sqlrelay-0.39.4/src' gmake: *** [all] Error 2 On Wed, 09 Apr 2008, David Muse wrote: > Usually this is permissions-related. The user that sqlrelay is > configured to run as can't write files to the directory that the ipc > files are stored in. In this case, probably /var/sqlrelay/tmp/ipc. > Or possibly that directory doesn't exist. > > If that's not the case, then you may need to do some stracing to see > what's causing ftok to generate the -1 id. > > Dave > dav...@fi... > > On Mon, 2008-04-07 at 22:01 -0700, Culley Harrelson wrote: > > Hello, > > > > I am trying to configure sqlrelay on freebsd-- pc-bsd actually, my > > development machine and eventually on my production freebsd servers. > > Sqlrelay was installed from the port-- version sqlrelay-0.38_2 > > > > When I try to start it I get the below error. Any ideas? It seems like it > > is looking for /var/sqlrelay. In this directory there was no > > /var/sqlrelay/var so I created it but it didn't fix the problem. > > > > ch > > > > =================== > > > > > > [root@pcbsd /usr/local/etc]# sqlr-start -id flashex > > > > Starting listener: > > sqlr-listener -id flashex -config /usr/local/etc/sqlrelay.conf > > > > sqlr-listener error: > > Unable to create a semaphore set. This is usally because an > > sqlr-listener is already running for the flashex instance. > > > > If it is not running, something may have crashed and left an old semaphore set > > lying around. Use the ipcs command to inspect existing semaphore sets > > and the ipcrm command to remove the semaphore set with > > id -1. > > > > Error was: No such file or directory > > > > unsuccessful completion > > > > sqlr-listener failed to start. > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Register now and save $200. Hurry, offer ends at 11:59 p.m., > > Monday, April 7! Use priority code J8TLD2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > > Sqlrelay-discussion mailing list > > Sql...@li... > > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > > > > __________________________________________________ > > D O T E A S Y - "Join the web hosting revolution!" > > http://www.doteasy.com > > > > __________________________________________________ > D O T E A S Y - "Join the web hosting revolution!" > http://www.doteasy.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion |