Questions tagged [dependencies]

Most software needs other software to work. Those "other softwares" are dependencies.

202 questions
1
vote
1 answer

Weblogic Class-Path Dependencies EAR

I am deploying an EAR in a WebLogic node with many jars defined in the bootstrap (startWeblogicServer.bat) class-path. The problem is that my ear and the bootstrap contain different versions of the same jars, not only that but certain jars contain…
user18287
1
vote
1 answer

CentOS 6 Httpd failed to start

I am using CentOS 6.5. The Apache HTTP server (httpd) is dead for an unknown reason. I cannot visit http://localhost/ anymore. When I tried to restart httpd, it failed (Error message shown below).…
Skyline
  • 13
  • 1
  • 5
1
vote
3 answers

php-snmp php-devel php-mbstring Dependency Issues RHEL 6

I apologize if this is answered, I may just not know what exactly to search for. I am attempting to install Cacti on RHEL6 and have hit a wall trying to install these three package: php-snmp php-devel php-mbstring At first, I just couldn't find them…
1
vote
2 answers

Program Missing DLLS

Recently one of the programs on my server (PWsvr.exe) has stopped working. I opened the program in dependency walker to see if it is missing any required files, and dependency Walker said that GPSVC.dll, IESHIMS.DLL, MF.DLL, MFPLAT.DLL, and…
1
vote
2 answers

CentOS 6 missing dependencies for default PHP

I have a brand new Dedi install of CentOS 6 x86_64, nothing has been done to it but install rpmforge and htop. Other than that we are default, well as default as GoDaddy gives which is garbage ha ha. I am trying to install things for PHP but…
jfreak53
  • 163
  • 1
  • 4
  • 27
1
vote
2 answers

Dependency issues installing postgresql

Here is the steps I've followed to install postgresql on Debian server: add backports deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free to /etc/apt/sources.list run sudo apt-get update run apt-get -t…
Ivan Zamylin
  • 85
  • 1
  • 10
1
vote
2 answers

How can I get my service dependencies to be parsed without restarting the server?

We had a service set up with HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\servicename\DependOnService of other services set to this one service. When I would shut down the one service, all its dependents would shut down…
Kev
  • 984
  • 4
  • 23
  • 46
1
vote
3 answers

How do I find installed packages which depend on Python on a CentOS machine?

Is there a command to find out such information on a CentOS machine?
karthick
  • 683
  • 3
  • 7
  • 14
1
vote
1 answer

Printing which packages would be installed by MacPorts

How do you do make MacPorts print the packages that it would install to satisfy dependencies? I'm aware of sudo port deps foo, but that only prints the direct dependents of foo. I want to know every packages that will be installed, ie. every package…
albertb
  • 113
  • 4
1
vote
3 answers

How can a larger delay be placed between two interdependent upstart or /etc/init.d services?

My PostgreSQL service must start after OpenVPN, and when I check the order rc.X directories they are listed as S16openvpn and S19postgresql, so they are in the right order. However connecting to a database via the VPN fails and the logs always…
vfclists
  • 1,632
  • 5
  • 22
  • 37
1
vote
1 answer

MySQL: already installed but still in dependencies list with an inferior version

I'm trying to install GDAL on my CentOS server to be able to make some GIS operations, but I'm having a lot of problems with MySQL that I can't figure out... Here are the commands I tried, without success. I tried a simple: # yum install…
Julien Fouilhé
  • 201
  • 1
  • 8
1
vote
1 answer

How to deconfigure a Debian package

In the "Debian Policy Manual", under Chapter 7 there is a section titled "7.3 Packages which break other packages - Breaks". In that section is says (in part): When one binary package declares that it breaks another, dpkg will refuse to allow the…
user35042
  • 2,681
  • 12
  • 34
  • 60
1
vote
1 answer

Failed dependencies: POSTGIS RHEL6

I am attempting to install POSTGIS on RHEL6.3x64. To do this I used the following steps installed epel-release-6-7.noarch.rpm yum install postgis There was a dependency issue and would not install. Loaded plugins: product-id, security,…
Dave
  • 13
  • 3
1
vote
2 answers

Unresolved dependency after yum update crash (broken ssh connection)

Today I was updating one of production server (one of many to test updates and then update the rest of computers). Soon after run yum update ssh connection was broken :/ . After login once again using screen sesion this time I run…
B14D3
  • 5,188
  • 15
  • 64
  • 83
1
vote
4 answers

How to install php-devel under CentOS 6.3 x64?

I'm trying to install php-devel on my CentOS 6.3 VPS and get a failed dependencies test. From phpinfos(): SYSTEM Linux 2.6.32-279.5.2.el6.x86_64 #1 x86_64 NTS error: Failed dependencies: php(x86-64) = 5.4.6-1.el6.remi is needed by …
Jeremy Dicaire
  • 165
  • 1
  • 5
  • 15