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
July 4, 2008 Posted by dmagin | Embarcadero (CodeGear) stuff | | 1 Comment
Member
DelphiLive! 2009
Blogroll
-
Blog Stats
- 46,679 hits
Login
Member of
DelphiExperts Feed- Veranstaltungsbewertung Berlin/Stuttgart
- DelphiExperts Power Workshop Berlin
- DelphiExperts Power Workshop Stuttgart
- ASP.NET mit Delphi Prism
- Einführung in die professionelle Softwareentwicklung unter .NET mit Delphi Prism
- Entwicklung von Webanwendungen mit der VCL für das Web/IntraWeb
- Delphi 2010 – Was ist neu? Ein Intensiv-Workshop
- DelphiExperts Day – Delphi 2010 Dortmund
- DelphiExperts Day – Delphi 2010 Hannover
- DelphiExperts Roadshow – Düsseldorf
Delphifeeds- Technical Leadership #2 December 15, 2009
- Upcoming Michael Rozlog Interview December 15, 2009
- No Access Violation For Me - Return a Property Value From a Nil Delphi Object December 15, 2009
- Migrating to C++Builder 2010" live webinar tomorrow, Tuesday, December 15, 11:00AM PST / 2:00PM EST December 15, 2009
- In-Memory DataSets: ClientDataSet and .NET DataTable Compared: Part 3: Populating In-Memory DataSets December 15, 2009
- Delphi 2010 Handbook Part 1 PDF Available December 14, 2009
- Delphi 2010 Updates 4 and 5 December 14, 2009
- RAD Studio 2010 Update 4: Report on Automatic Incident Reports December 14, 2009
- RAD Studio 2010 Update 4/5 Released December 14, 2009
- Reading about your favorite tool Delphi December 14, 2009
- Delphi/C++Builder 2010 Updates 4 and 5 available December 14, 2009
- Random Thoughts on the Passing Scene #138 December 14, 2009
- Is Embarcadero working on a Garbage Collector for Delphi? December 14, 2009
- Commonly Confused Tidbits re .NET Garbage Collector December 14, 2009
- Delphi 2010 DirectWrite "Hello World" Example December 14, 2009
Pages
Archives
-
Archives
- November 2009 (4)
- October 2009 (3)
- August 2009 (5)
- July 2009 (9)
- June 2009 (2)
- May 2009 (10)
- April 2009 (2)
- March 2009 (4)
- February 2009 (4)
- January 2009 (3)
- October 2008 (2)
- August 2008 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS

