FirebirdSQL 2.1.3 build problems
Added by Chris Buenger about 1 year ago
Hi,
im trying to build FirebirdSQL 2.1.3 with gnu compilers on Nexenta 3.0 with no luck. Has anybody made it, yet? Maybe there is a fundamental problem with with Firebird on Nexenta. I successfully compiled it on Solaris 10 and Opensolaris 2009/06 and b134.
Thanks in advance
Chris
Replies
RE: FirebirdSQL 2.1.3 build problems - Added by Anil Gulecha about 1 year ago
Hi chris,
We'll be able to help more if you can paste the errors from the build log.
Thanks Anil
RE: FirebirdSQL 2.1.3 build problems - Added by Chris Buenger about 1 year ago
Hi Anil,
Thanks for your reply. You can find the output of "diff configure.out.nex configure.out.osol" on http://topas.physik2.uni-rostock.de/~buenger/configure.diff (maybe there are any differencen in gcc or something). The output of "make" is in http://topas.physik2.uni-rostock.de/~buenger/make.out.nex . I guess it has something todo with gcc versions.
Thanks Chris
RE: FirebirdSQL 2.1.3 build problems - Added by Chris Buenger about 1 year ago
Hi all,
the problem is still there, but ... I went around it. I installed a precompiled Solaris 10 pkg into an opensolaris machine, copied the whole /opt/firebird tree, the svc method script and the manifest xml-file over to a nexenta machine, added the tcp entry into /etc/services and did a "svcadm enable gds_db/tcp" and everything is working fine (it runs through inetd).
Is there a way to let alien do these steps? I had no luck with nexenta pkgadd or alien.
Cheers Chris