Installing InterBase 2007 on suse and opensuse 11
hi all,
i tried out to install the interbase 2007 server on the new opensuse 11. so i get some problems to run it correct. i found out how to run now correct and i like to share to you, and i hope you save more time as me. (if it helps you, please add a thanx to the comments).
1. install normal the (open)suse 11
2. login as root
3. run install_linux.sh from your InterBase 2007 cd or folder
4. now use the registration wizard to add you key
5. now you have to change some things to run InterBase 2007 correct as service
-
ln -s /opt/interbase/lib/libgds.so.0 /usr/lib/libgds.so
to create a link in the correct folder - if you now (do not!) try to run the ibmgr you get the error message
“/opt/interbase/bin/ibmgr.bin: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory”
to fix this:
edit /opt/interbase/bin/ibmgr and comment out or delete the lines that export the LD_ASSUME_KERNEL variable. - if you now (do not!) try to run the ibmgr you get in the interbase.log the error message:
“SERVER/process_packet: connection rejected for root”
This error occurs because the server tries to initiate a local connection via localhost and isn’t a trusted host.You just need to make sure localhost is a trusted host. One way you can do this is by adding localhost to the /etc/hosts.equiv file.for more information about this see this LINK
- now you can start the server as a service like:
./ibmgr -start -forever
I am not a professional linux guy, perhaps there are better ways. But now the best DataBase Server of the world is running on my opensuse 11.
I hope it helps, greetings from Germany and best regards
Daniel Magin
Like this:
July 4, 2008 - Posted by dmagin | Embarcadero (CodeGear) stuff
3 Comments »
Leave a Reply Cancel reply
Member
Blogroll
-
Blog Stats
- 81,595 hits
Login
Member of
DelphiExperts Feed- An error has occurred; the feed is probably down. Try again later.
Delphifeeds- WebGLScene: something is brewing in the lab May 31, 2012
- The Traps of The If Then Else Statement in Your Delphi Code May 31, 2012
- Why Managed Code isn’t Managed very Well May 30, 2012
- Only 48 hours left to save $100 on Castalia May 30, 2012
- 50 – Tables Turned May 30, 2012
- Pointers to value and to reference types (was: delphi – Why does TValue.Make require a pointer to an object reference? – Stack Overflow) May 30, 2012
- C++ Webinar, C++Builder Roadmap and Special Offer May 29, 2012
- Getting to grips with using FireMonkey Grids May 29, 2012
- Italian Delphi Day 2012 on June 7th May 29, 2012
- Fields default values, anonymous records May 29, 2012
- What you need on your Mac to develop for OS X or iOS using Delphi XE2 May 29, 2012
- The Emperors New Native – pt. 2 May 28, 2012
- Hi-res screenshots and creating a book index – any ideas? May 28, 2012
- XE Plus Pack – Release 8 (XE and XE2 versions) May 28, 2012
- JSDialog Pack 2.0.019 May 28, 2012
Pages
Archives
- April 2012
- March 2012
- May 2011
- March 2011
- February 2011
- January 2011
- November 2010
- September 2010
- August 2010
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- October 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
-
Archives
- April 2012 (1)
- March 2012 (1)
- May 2011 (1)
- March 2011 (1)
- February 2011 (1)
- January 2011 (2)
- November 2010 (1)
- September 2010 (2)
- August 2010 (2)
- July 2010 (1)
- April 2010 (3)
- March 2010 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS

dmagin, thank you very much for this short, but very useful article!! Really, I had the same problems on my Mandriva 2007.
Thanks Bro I added the entry in hosts.equiv and it worked.
i had the problem in RHEL6 x86_64 for Fireebirdi386