Subject Re: [firebird-support] Embedded server connection
Author Nelson Teixeira
YESS!!!!! Thanx Milan!!!

I succeded in connecting both to version 1.5.5 as to version 2.1 of Firebird
embedded IN LINUX!

Just one small thing that may be helpful to anyone: when connecting to
fbembed 2.0 flamerobin doesn't start because it tries to find the
"libfbembeded.so.1" file. Just duplicate the fbembed.so symbolic link file
to a file with this name, and it all works ok!

Thank you very much Milan for your kind help.

Nelson Teixeira

2008/9/29 Milan Babuskov <milanb@...>

> Nelson Teixeira wrote:
> > Flamerobin:
> > I can connect to the embedded server fine in flamerobin for windows, but
> in
> > linux it always tries to connect to localhost instead on the embedded
> > server. Even if I leave the host field blank in the server registration
> > window.
>
> The reason is that all binaries that you can download (at least from
> flamerobin website) use fbclient.
>
> You need to compile your own version of flamerobin which will link to
> fbembed instead of fbclient library. After running the 'configure'
> script, just edit the Makefile and change fbclient to fbembed (there is
> only one place in the file, so it's easy) and then run 'make' to build it.
>
> >
> jdbc:firebirdsql:embedded:/home/77363698953/des/lazarus/env/fbembed/test.fdb
> >
> > What am I doing wrong ? The JayBird driver is loaded correctly (or at
> least
> > Squirrel SQL says so). I have never used jaybird driver. So I have not
> much
> > experience with it.
>
> Try asking at the jaybird mailing list or searching the archive, IIRC
> someone has already had the same problem recently and it has been solved.
>
> --
> Milan Babuskov
> http://www.flamerobin.org
> http://www.guacosoft.com
>
>
>


[Non-text portions of this message have been removed]