Software :: UnixODBC Rpm And Its Dependencies
Feb 5, 2010I want to install unixODBC-devel-2.2.11 and all it's dependencies. Can anyone give me the rpm for this. I did not have the linux cd also.
View 1 RepliesI want to install unixODBC-devel-2.2.11 and all it's dependencies. Can anyone give me the rpm for this. I did not have the linux cd also.
View 1 RepliesA question of ODBC correctness - maybe someone knows.
Code:
// statement handle is sth, connection handle is dbch
SQLExecDirect(sth, ...);
// ... bind var, fetch results ...
SQLFreeHandle(SQL_HANDLE_STMT, sth); // free statement handle
SQLEndTran(SQLHANDLE_DBC, dbch, SQL_COMMIT);
(error checking removed for clarity).
To my mind this seems wrong - surely the statement handle should be free'd only after the commit is done? Or maybe not. I theorize about the ODBC library like this: a whole set of statements can be created, run, executed in one transaction (which is held at the connection level), and only after all that is a commit/rollback done. So maybe it's OK. Even so it still feels weird. What is written above works, but there are rare and very difficult to replicate problems with this code, and I wonder if a premature free might be the cause...?
I'm trying to configure unixODBC on Linux rehat EL 5 32 bit to connect to an Oracle 10g database server. But when I retest the connection after the configuration then The error occurs:
# isql -v oralab4_dns vonphot vonphoto
isql: symbol lookup error: /usr/lib/libreadline.so.3: undefined symbol: PC
I have searched on Google.com for 2 days but I can't resolve the problem.
I am currently trying to upgrade over 100 rpms on multiple Red Hat servers. Whenever I try to do a rpm -u /packages/*.rpm i recieve a failed dependencies error on the very first rpm. I know that I can go though each rpm one by one and trace each dependency but that will take forever. Is there a way to skip these errors? I know the -nodeps command for rpm but I dont want to screw something up but running all of these rpms on -nodeps
View 10 Replies View RelatedThis is with my amd64 Sid box with a nvidia graphics card. X is broken and can not load after a dist-upgrade.
When I try to load one of the packages which were removed, I receive a dependency problem.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
So I install xserver-org-core, but it's already there
I guess I wait until xorg-xserver-abi is added to xserver-xorg-core? Yeah, I should have waited on the dist-upgrade....
I installed RHEL 5 on my desktop a few days back. I want to enjoy movies in my new OS. Some one told me to install mplyer caz it plays any file. So I decided to install it. I issued the following command:
[Code]...
As you can see yum is not resolving the dependencies.
I am using slackbuilds.org, linuxpackages.net, sBOpkg, slackyeu and very good source is www.slackfind.net for browsing and finding packages.
But sometimes when I download and Install package (with slapt-get or installpkg tool) I dont have all dependencies to run my software. Slapt-get can solve dependencies only if the are locate in repository.
Than, I start to find dependencies manually on high writed sites, but usually I cant find it. (Off course, only some packages).
Easy way is go to [url] and I can find 99% all of dependencies to my packages in rpm format and for various architectures.
I use rpm2tgz and just convert rpm to tgz and Install package as normal. 95% packages installed this way is working.
Where do you find dependencies you? Or, is anybody using rpm for solving dependencies too?
i'm can't install the g++ compiler. I've got the packages to install with the command "dpkg -i xxxx.deb", but i see a cross dependence between g++-4.3 and libstdc++6-4.3-dev. Or am I missing something?
[URL]
I am trying to install gdb 7 because gdb 6.8 has been freezing quite a bit on me lately.
Code:
[doriad@davedesktop ~]$ sudo rpm -ihv gdb-7.0-3.fc12.i686.rpm
warning: gdb-7.0-3.fc12.i686.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 57bbccba
error: Failed dependencies:
libc.so.6(GLIBC_2.11) is needed by gdb-7.0-3.fc12.i686
libreadline.so.6 is needed by gdb-7.0-3.fc12.i686
It looks like the latest version of readline in F11 is 5.2 and glibc is 2.10. Is there an easy way to get these dependencies installed in Fedora 11?
i`m pretty new in Fedora 13 and linux as well. I installed a Fedora 13 xfce on an elder e series livebook.
Then I tried to install the rpm packages for vlc from ATrpms - by Distribution > Fedora 13 vlc-1.0.6-53.fc13.i686.rpm
Quote:
could not do simulate: vlc-1.0.6-53.fc13.i686 requires libdca.so.0
vlc-1.0.6-53.fc13.i686 requires libavutil.so.50(LIBAVUTIL_50)
vlc-1.0.6-53.fc13.i686 requires libx264.so.92
vlc-1.0.6-53.fc13.i686 requires libfaad.so.2
vlc-1.0.6-53.fc13.i686 requires libavcodec.so.52
[Code]...
Recently i have installed some package from terminal..Now i want to make backup of all those packages for later use..But when i view /var/cache/apt/archives all those packages are combined and i dont know the way to seperate the package with its dependencies..If there is a way to find the dependencies of installed package,it might be useful..How to find it?
View 6 Replies View RelatedHow to make simple games (snake, pong... nothing too fancy). I have completed making snake and now want to be able to distribute it. I built it using C++ and wxWidgets so it would be multi-platform. I'm able to compile it and run it in both Windows and Ubuntu using g++. In windows, I was able to distribute it by putting a *.dll file in the same folder as the executable. However in Linux, I don't understand what I need to do so that it would run on any installation of Ubuntu out of the "box". When I build it and try to run it in a different installation of Ubuntu (which has g++) it gives me an error saying that a particular library file was not found and Getlibs fails to find that library file.
Is there a way to build a project with G++ so that all the dependencies are either packaged in the executables or copied into the folder....?
I wanted to install an rpm package on two suse 10 systems. It installed successfully on one system but on the other it throws an error like
Code: error: Failed dependencies: rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by linuxProj-1-1.noarch
Now this means that rpnm package has no error but the rpm in itself is lacking some libs. So can anyone tell me that how can I download and add these libs to the already installed rpm. Note the difference between rpm and rpm package.
I have a problem with yum on fedora 11. When I ran yum install mplayer/vinagre.i586/ or whatever, It always process dependancies and then at some point returns an error like
or
I tried installing different applications but yum always comes with the above errors.
This is my yum repolist
My fedora.repo file
And my yum.conf
I have tried:
I am installing rpm using the switch "--aid". But it is not resolving dependencies! I am using RHEL 5.
View 1 Replies View RelatedI'm isntalling VLC on RHEL5 via
Code:
sudo yum install vlc
this gives me the following dependencie errors
Code:
--> Processing Dependency: libdvdread.so.3()(64bit) for package: vlc
---> Package x264.x86_64 0:0.0.0-0.4.20101111.el5.rf set to be updated
--> Finished Dependency Resolution
vlc-0.9.9a-7.el5.rf.x86_64 from rpmforge has depsolving problems
[code]....
list down all the dependencies(not just libraries but everything that is required by an executable) of an executable in detail
View 9 Replies View RelatedDescription of problem:
I try to install ncl-5.1.1-3.el5.x86_64.rpm.
Missing Dependency: ncl-common = 5.1.1-3.el5 is needed by package ncl-5.1.1-3.el5.x86_64 (/ncl-5.1.1-3.el5.x86_64)
I try to install ncl-common-5.1.1-3.el5.x86_64.rpm
Missing Dependency: ncl = 5.1.1-3.el5 is needed by package ncl-common-5.1.1-3.el5.x86_64 (/ncl-common-5.1.1-3.el5.x86_64)
So the cat is biting into its tail, as we say in Germany.
(System: RHEL 5.4 64 bit in virtualbox 3.1.4 on xp host)
Theres a package I'm going to install that is available only in 32-bit, but I have its dependencies installed as regular 64-bit. Since I'm multilib, will the 32-bit package be able to work with the 64-bit deps?
If not, can 32-bit versions of the deps be installed side by side with the 64 bit?
I installed slackware 13.1 (64) but I didn't install kde because I am using fluxbox. Now I would like to install k3b. I have gslapt installed but there are no dependencies listed. The k3b website says that kde is a requirement but that can't be true. find the dependencies of the official slackware package. The slackware book does not seem to have that information.
View 14 Replies View Relatedseems like after a recent upgrade of stretch, i get a message (in italian)
Code: Select all
$ sudo apt-get install kde-full
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:
[CODE]..
I usually install chromium from the frickelpatz repo. On one previous update I noticed that other packages that had not been installed from frickelpatz were updated with packages from there (i guess frickel had a higher version number - k3b i think the package was). So I would like to see what other packages it offers so I am aware of which packages are at risk. failing that is there a way to tell apt that i only want to use the repo for chromium and its dependencies?
View 3 Replies View RelatedI'm hitting my head against the wall trying to figure out (and find any information on) how to download a package and all its dependencies.I've tried to clean the cache,$ sudo apt-get clean and then download a package and its depednencies,but it doesn't download dependencies that are already installed.I need to do this to install a package on a machine that doesn't see the net.I remember doing this somehow ages ago, and I think I might have even combined the package and its dependencies into a single self-contained .deb using dpkg.
View 4 Replies View RelatedI have downloaded d4x download manager program but I do not know its dpendencies. I tried to install the single deb file with "Gdebi Package installer" but it showed an error of dependency. I downloaded that file too which itself could not be installed due to the same problem. The method of one by one file downloading was exhausting. Is there any program that accepts "d4x_2.5.7.1-5_amd64.deb" as input and givres me a full list of dependencies that must be saitisfied proior to installing the program with a single click? I want to give that list to a download manager.
View 14 Replies View RelatedI'm using Debian Stable and I followed the instructions from Debian Mozilla team [URL] on how to install the latest stable version of Iceweasel, but after I try to upgrade Iceweasel from Synaptic, it returns the following error message: Could not mark all packages for installation or upgrade The following packages have unresolvable dependencies. Make sure that all required repositories are added and enabled in the preferences.
Iceweasel:
Depends: xulrunner-5.0 but it is not going to be installed
Code:
running on fedora 12 x64 and glibc-common is installed (glibc-common-2.11.4.x86_64)
Also, if im running a x64 system, why are most of the packages listed i686?
When I run the rpm package to install mediainfo software I get this warning: mediainfo-gui-0.7.33-1.i386.Fedora_12.rpm: Header V3 DSA signature: NOKEY, key ID dfb2ef23
error: Failed dependencies:
libmediainfo.so.0 is needed by mediainfo-gui-0.7.33-4.1.i386
libmediainfo0 >= 0.7.33 is needed by mediainfo-gui-0.7.33-4.1.i386
libzen.so.0 is needed by mediainfo-gui-0.7.33-4.1.i386
libzen0 >= 0.4.14 is needed by mediainfo-gui-0.7.33-4.1.i386
and I have no idea of how to go on..it asks for elevated prompt but is not able to retrieve dependencies by itself..
Administering offline Linux boxes can be a serious pain. The Debian flavours now have keryx to make life easier. Keryx is a cross-platform application, which means one can get the dependencies from Windoze too. Is there any similar package for rpm/fedora based flavours? In the absense of a proper Offline manager, I was also wondering if there is a way to collect the output of:
Code:
yum deplist <package>
... condense or sieve out the double listings, and pipe that to a text file? One can copy the output and run
Code:
yum reinstall <paste them here> --downloadonly
and get all the required dependencies from the yum cache. If all that can be accommodated in one script... then that's pretty cool. I don't have the scripting know-how to dive into this.
A couple of weeks ago, I went to run a yum update, but got this message:
Loaded plugins:
I've been running yum with --skip-broken since, but I'd like to know what package I need to get to the service level that xulrunner and firefox need. I'm running Fedora 12.
This has been bothering me for a while. I thought if I waited a dependency would get fixed and the update would work, but it hasn't for a while now. I have included the error when trying to update gcc and the libraries. Skip broken skips everything so no dice there.
View 1 Replies View Related