Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM libstdc++ version dependency [CORE1599] #2020

Closed
firebird-automations opened this issue Nov 16, 2007 · 13 comments
Closed

RPM libstdc++ version dependency [CORE1599] #2020

firebird-automations opened this issue Nov 16, 2007 · 13 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Sergey Mereutsa (green_dq)

Votes: 1

When Firebird build under system with libstdc++ version 6, rpm stil require libstdc++ version 5.

Use ldd http://libfbclient.so | grep libstdc++ | awk '{print $1;}'
for rpmheader.txt file.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: In Progress [ 3 ] => Open [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Now build process automatically detects correct libstdc++ version (and termcap support library version too) when creating rpm.

Sorry - I've mentioned it as CORE1421 in all commits.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.1.0 [ 10041 ]

Fix Version: 2.0.4 [ 10211 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 2.1 RC1 [ 10201 ]

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13431 ] => Firebird [ 13957 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: jeff stern (jas)

well, i see this issue is closed/fixed, but i get a dependency error when trying to install Linux Classic Server 2.1 rpm on my Fedora 8 system.

The rpm was FirebirdCS-2.1.0.17798-0.i686.rpm which i downloaded today from this page:

http://www.firebirdsql.org/index.php?op=files&id=engine_210

and the link was the first in the "Linux X86" section. The link resolves to:

http://downloads.sourceforge.net/firebird/FirebirdCS-2.1.0.17798-0.i686.rpm

When i try to install it on my fedora 8 system (with all updates/patches applied), i get this dependency error:

--------------------------------------------------------------------------------------------
#⁠ rpm -ivh FirebirdCS-2.1.0.17798-0.i686.rpm
error: Failed dependencies:
libstdc++.so.5 is needed by FirebirdCS-2.1.0.17798-0.i686
#⁠
--------------------------------------------------------------------------------------------

I myself don't know how to get this library on my Fedora system. I don't see anything in Fedora yum repository, or on Livna, for instance.. I'd appreciate any help because I'd sure like to try Firebird but I'm dead in the water on the 1st step.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Jeff, sorry, but you have not read the text carefully.

> > When Firebird build under system with libstdc++ version 6, rpm stil
> > require libstdc++ version 5.

Pay attention to word _BUILD_, that problem is really fixed - if you build
rpm yourself, you will get correct (for your binary) libstdc++.so.6
dependency. Binaries on SF are built with v.5 to make it possible to use them on old linuxes. That old versions will never support newer libraries, therefore - need to build with older ones.

I do not know where can you get rpm for Fedora8, containing libstdc++.so.5. This question should be asked in Fedora support lists.

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

see Installation notes :
http://firebirdsql.org/rlsnotesh/install210.html#install2-posx-readfirst

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: No test => Cannot be tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment