Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
trying to install zephyr
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
abonventre
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2003
Posts: 80
Location: Boston, MA

PostPosted: Tue May 04, 2004 3:56 am    Post subject: trying to install zephyr Reply with quote

So I'm trying to get zephyr working on my computer so that I can then install it on a bigger network. So i got the RPMs and emerged rpm. I then tried to do it up:
Code:

# rpm -Uvh zephyr-2.0.4-9.i386.rpm
error: Failed dependencies:
        /bin/sh is needed by zephyr-2.0.4-9
        ld-linux.so.2 is needed by zephyr-2.0.4-9
        libICE.so.6 is needed by zephyr-2.0.4-9
        libSM.so.6 is needed by zephyr-2.0.4-9
        libX11.so.6 is needed by zephyr-2.0.4-9
        libXaw.so.6 is needed by zephyr-2.0.4-9
        libXext.so.6 is needed by zephyr-2.0.4-9
        libXmu.so.6 is needed by zephyr-2.0.4-9
        libXt.so.6 is needed by zephyr-2.0.4-9
        libc.so.6 is needed by zephyr-2.0.4-9
        libdl.so.2 is needed by zephyr-2.0.4-9
        libncurses.so.4 is needed by zephyr-2.0.4-9


I know i have these libraries. Whats going on exactly?
-A
Back to top
View user's profile Send private message
PowerFactor
Veteran
Veteran


Joined: 30 Jan 2003
Posts: 1693
Location: out of it

PostPosted: Tue May 04, 2004 4:13 am    Post subject: Reply with quote

Use the --nodeps option. RPM only looks in its database for dependancies, not the actual filesystem, so it has no idea what you've installed through portage or otherwise.
Back to top
View user's profile Send private message
abonventre
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2003
Posts: 80
Location: Boston, MA

PostPosted: Tue May 04, 2004 4:20 am    Post subject: Reply with quote

Code:
# rpm --nodeps -Uvh zephyr-2.0.4-9.i386.rpm
Preparing...                ########################################### [100%]
   1:zephyr                 ########################################### [100%]
ldconfig: File /opt/intel/compiler80/lib/libcxaguard.so is too small, not checked.
ldconfig: File /opt/intel/compiler80/lib/libcprts.so is too small, not checked.
ldconfig: File /opt/intel/compiler80/lib/libunwind.so is too small, not checked.
ldconfig: File /opt/intel/compiler80/lib/libcxa.so is too small, not checked.
Back to top
View user's profile Send private message
PowerFactor
Veteran
Veteran


Joined: 30 Jan 2003
Posts: 1693
Location: out of it

PostPosted: Tue May 04, 2004 5:38 am    Post subject: Reply with quote

Looks to to me like it installed fine then you got ldconfig errors on something totaly unrelated, your intel compiller. At least I wouldn't think those libs would be included in any zephyr package.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum