Software Dependencies Conflicts


 
Thread Tools Search this Thread
Operating Systems Solaris Software Dependencies Conflicts
# 1  
Old 11-09-2007
Software Dependencies Conflicts

Question: What do you do when you have a software dependency conflict?

Case in point, according to Freeware for Solaris, before one can install
tcl, tk must be installed first. And then when I go to investigate dependencies for tk, it says that tcl must be installed first!!!

Its like which came first the chicken or the egg? Help!

Rob
# 2  
Old 11-09-2007
Strange; Tk depends on tcl, and this is what sunfreeware says:
Quote:
# tcl-8.5a4-sol10-sparc-local.gz Tcl, the tool command language. You will need to install libgcc if you have not installed gcc or libgcc before. You will also likely need to install Tk - installs in /usr/local.
# tcl-8.5a4.tar.gz Source Code.
It does not suggest a dependency on Tk, in any case with these packages the order of installation is not important, as long as the files are there at runtime.
# 3  
Old 11-09-2007
reborg,

sunfreeware says this about tk:

"tk-8.5a4-sol10-x86-local.gz Tk, the X11 toolkit written in Tcl which you will need to install also. You will need to install libgcc if you have not installed gcc or libgcc before - installs in /usr/local."

I didn't think a package would properly install unless all of its depenency packages were installed previously. Am I operating under a misconception or missing something here? Thanks for your feedback!

Rob
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Conflicts in the output of TOP command

Hi All, In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation. Please help me understand how it is possible to show more than 100% utilization. Please see the screenshot below:... (2 Replies)
Discussion started by: anand2308
2 Replies

2. UNIX and Linux Applications

mysql conflicts problem

:confused: hi all, RHEL 4 has installed on the server, when i use rpm -i command to install mysql5.1 enterprise version, error failed dependencies occurs as below: mysql conflicts with mysql-4.1.22-2.el4.i386 mysql conflicts with mysql-4.1.22-2.el4.x86_64 have tried rpm -e which was... (2 Replies)
Discussion started by: maxlee24
2 Replies

3. IP Networking

dhcp and static ip conflicts.

I have a USB Wireless Adapter using the rum0 driver. All I want to do is set a perminent static IP for the onboard wired interface elxl0. I can plumb the wired interface up fine on the fly, but when I try to save the static IP over a reboot, I lose the IP address assigned to rum0 from my wireless... (1 Reply)
Discussion started by: ts97783
1 Replies

4. UNIX for Advanced & Expert Users

How do we resolve the library conflicts?

How do we resolve the library conflicts? ldd libmyodbc5.so libmyodbc5.so needs: /usr/lib/libdl.a(shr_64.o) Cannot find libodbcinst.so /usr/lib/libc.a(shr_64.o) /usr/lib/libpthreads.a(shr_xpg5_64.o) /unix /usr/lib/libcrypt.a(shr_64.o) (2 Replies)
Discussion started by: Hangman2
2 Replies

5. AIX

How do we fix the library conflicts?

How do we fix library conflicts? When I do ldd on Mysql Driver, I get an error ldd libmyodbc5.so libmyodbc5.so needs: /usr/lib/libdl.a(shr_64.o) Cannot find libodbcinst.so /usr/lib/libc.a(shr_64.o) /usr/lib/libpthreads.a(shr_xpg5_64.o) /unix ... (1 Reply)
Discussion started by: Hangman2
1 Replies

6. AIX

get rid off wrong software dependencies

Hi all, I got some odd results within lppchk on some systems I administer. AIX 5.3 System with lppchk -v gives this result: devices.common.IBM.iscsi.rte 5.2.0.0 (not installed; requisite fileset) devices.common.IBM.iscsi.rte 5.2.0.51 (usr: not installed, root: COMMITTED) ... (0 Replies)
Discussion started by: tenshi
0 Replies

7. Solaris

Determinining Software Dependencies

How does one determine what software dependenices are required for a software package? I looked up the command pkginfo in the man pages, but could not find anything to answer this question... Thanks Rob (1 Reply)
Discussion started by: RobSand
1 Replies

8. UNIX for Advanced & Expert Users

Memory conflicts

Hi, I am upgrading a Dell Inspiron 4000 from 128Mb to 512Mb, but if I put over 256Mb RAM into the machine, it is then unable to access the network card and modem (both PCMCIA). I have seen something about Linux not being able to handle large amounts of physical RAM, but is there a way round... (1 Reply)
Discussion started by: ghoti
1 Replies
Login or Register to Ask a Question