Re: ibssl.so.7 ?!

2009-06-03 Thread Jussi Lehtola
On Tue, 2009-06-02 at 22:10 -0300, Germán Racca wrote:
 On Tue, 2009-06-02 at 21:53 -0300, Martín Marqués wrote:
  Germán, the problem is that preupgrade leaves out a bunch of kde apps:
  
  Checking for new repos for mirrors
   * preupgrade: fedora.c3sl.ufpr.br
  6:kdelibs-4.2.3-2.fc10.x86_64 from installed has depsolving problems
-- Missing Dependency: libssl.so.7()(64bit) is needed by package
  6:kdelibs-4.2.3-2.fc10.x86_64 (installed)

These are 64-bit, x86_64 packages.

 Well, as I have libssl.so.8 and libcrypto.so.8 installed, and KDE is
 looking for libssl.so.7 and libcrypto.so.7, I decided to create the
 symbolic links that KDE is looking for. I have the following:
 
 /usr/lib/libssl.so.8: symbolic link to `libssl.so.0.9.8k'
 /usr/lib/libcrypto.so.8: symbolic link to `libcrypto.so.0.9.8k'
 
 so I have created the following symbolic links:
 
 /usr/lib/libssl.so.7: symbolic link to `libssl.so.0.9.8k'
 /usr/lib/libcrypto.so.7: symbolic link to `libcrypto.so.0.9.8k'

This is definately the wrong way to go. Do not work against the
distribution!

 and with that now everything is working fine again.
 
 Anyway, my 'yum repolist' is as follows:
 
 fedoraFedora 11 - i386
 enabled: 13,289
 livna rpm.livna.org for 11 - i386
 enabled:  3
 rpmfusion-freeRPM Fusion for Fedora 11 - Free
 enabled:566
 rpmfusion-free-updatesRPM Fusion for Fedora 11 - Free - Updates
 enabled:  0
 rpmfusion-nonfree RPM Fusion for Fedora 11 - Nonfree
 enabled:240
 rpmfusion-nonfree-updates RPM Fusion for Fedora 11 - Nonfree - Upda
 enabled:  0
 updates   Fedora 11 - i386 - Updates
 enabled:  1,293

These are 32-bit i386 repositories!

i.e. you have updated a 64-bit installation to 32-bit, no wonder why
it doesn't work.
-- 
Jussi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
2009/6/3 Jussi Lehtola jussileht...@fedoraproject.org:
 On Tue, 2009-06-02 at 22:10 -0300, Germán Racca wrote:
 On Tue, 2009-06-02 at 21:53 -0300, Martín Marqués wrote:
  Germán, the problem is that preupgrade leaves out a bunch of kde apps:
 
  Checking for new repos for mirrors
   * preupgrade: fedora.c3sl.ufpr.br
  6:kdelibs-4.2.3-2.fc10.x86_64 from installed has depsolving problems
    -- Missing Dependency: libssl.so.7()(64bit) is needed by package
  6:kdelibs-4.2.3-2.fc10.x86_64 (installed)

 These are 64-bit, x86_64 packages.

Those errors are from my upgrade (an AMD 64 laptop)


 fedora                    Fedora 11 - i386
 enabled: 13,289
 livna                     rpm.livna.org for 11 - i386
 enabled:      3
 rpmfusion-free            RPM Fusion for Fedora 11 - Free
 enabled:    566
 rpmfusion-free-updates    RPM Fusion for Fedora 11 - Free - Updates
 enabled:      0
 rpmfusion-nonfree         RPM Fusion for Fedora 11 - Nonfree
 enabled:    240
 rpmfusion-nonfree-updates RPM Fusion for Fedora 11 - Nonfree - Upda
 enabled:      0
 updates                   Fedora 11 - i386 - Updates
 enabled:  1,293

 These are 32-bit i386 repositories!

These are from Germáns computer.

Germán, what does yum update say? Do a yum clean all first.

-- 
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
2009/6/2 Germán Racca german.ra...@gmail.com:

 Hello Martín, thanks for your answer.

 Well, as I have libssl.so.8 and libcrypto.so.8 installed, and KDE is
 looking for libssl.so.7 and libcrypto.so.7, I decided to create the
 symbolic links that KDE is looking for. I have the following:

 /usr/lib/libssl.so.8: symbolic link to `libssl.so.0.9.8k'
 /usr/lib/libcrypto.so.8: symbolic link to `libcrypto.so.0.9.8k'

 so I have created the following symbolic links:

 /usr/lib/libssl.so.7: symbolic link to `libssl.so.0.9.8k'
 /usr/lib/libcrypto.so.7: symbolic link to `libcrypto.so.0.9.8k'

 and with that now everything is working fine again.

As Jussi said, this is bad thing to do. If at any time the kde
applications need to use some specific thing that is in libssl.so.7
and not in libssl.so.8, you'll be doomed.

-- 
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
El día 3 de junio de 2009 9:18, Martín Marqués
martin.marq...@gmail.com escribió:

 As Jussi said, this is bad thing to do. If at any time the kde
 applications need to use some specific thing that is in libssl.so.7
 and not in libssl.so.8, you'll be doomed.

OK, finished preupgrade and now I want to upgrade the sistem with yum.
The problem is that some updates are not there. :-(

I'll open a new thread with this issue.

-- 
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-03 Thread Germán Racca
On Wed, 2009-06-03 at 09:18 -0300, Martín Marqués wrote:
 2009/6/2 Germán Racca german.ra...@gmail.com:
 
  Hello Martín, thanks for your answer.
 
  Well, as I have libssl.so.8 and libcrypto.so.8 installed, and KDE is
  looking for libssl.so.7 and libcrypto.so.7, I decided to create the
  symbolic links that KDE is looking for. I have the following:
 
  /usr/lib/libssl.so.8: symbolic link to `libssl.so.0.9.8k'
  /usr/lib/libcrypto.so.8: symbolic link to `libcrypto.so.0.9.8k'
 
  so I have created the following symbolic links:
 
  /usr/lib/libssl.so.7: symbolic link to `libssl.so.0.9.8k'
  /usr/lib/libcrypto.so.7: symbolic link to `libcrypto.so.0.9.8k'
 
  and with that now everything is working fine again.
 
 As Jussi said, this is bad thing to do. If at any time the kde
 applications need to use some specific thing that is in libssl.so.7
 and not in libssl.so.8, you'll be doomed.
 
 -- 
 Martín Marqués
 select 'martin.marques' || '@' || 'gmail.com'
 DBA, Programador, Administrador

Hello Martín:

You and Jussi are right, the problem is that I can't find the way to put
KDE to work again. Anyway, I recognize this is not the correct way. I
will still wait for help on this problem.

I always make a 'yum clean all' before updating. The 'yum update' says
'No Packages marked for Update'. I'll wait the results from your update.

Thanks!
Germán.

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-03 Thread Martín Marqués
2009/6/3 Germán Racca german.ra...@gmail.com:
 On Wed, 2009-06-03 at 09:18 -0300, Martín Marqués wrote:
 2009/6/2 Germán Racca german.ra...@gmail.com:
 
  Hello Martín, thanks for your answer.
 
  Well, as I have libssl.so.8 and libcrypto.so.8 installed, and KDE is
  looking for libssl.so.7 and libcrypto.so.7, I decided to create the
  symbolic links that KDE is looking for. I have the following:
 
  /usr/lib/libssl.so.8: symbolic link to `libssl.so.0.9.8k'
  /usr/lib/libcrypto.so.8: symbolic link to `libcrypto.so.0.9.8k'
 
  so I have created the following symbolic links:
 
  /usr/lib/libssl.so.7: symbolic link to `libssl.so.0.9.8k'
  /usr/lib/libcrypto.so.7: symbolic link to `libcrypto.so.0.9.8k'
 
  and with that now everything is working fine again.

 As Jussi said, this is bad thing to do. If at any time the kde
 applications need to use some specific thing that is in libssl.so.7
 and not in libssl.so.8, you'll be doomed.

 Hello Martín:

 You and Jussi are right, the problem is that I can't find the way to put
 KDE to work again. Anyway, I recognize this is not the correct way. I
 will still wait for help on this problem.

 I always make a 'yum clean all' before updating. The 'yum update' says
 'No Packages marked for Update'. I'll wait the results from your update.

Problem solved. enable rawhide repository:

# yum update --enablerepo=rawhide kde\*

-- 
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-03 Thread Germán Racca
On Wed, 2009-06-03 at 16:45 -0300, Martín Marqués wrote:

 Problem solved. enable rawhide repository:
 
 # yum update --enablerepo=rawhide kde\*
 
 -- 
 Martín Marqués
 select 'martin.marques' || '@' || 'gmail.com'
 DBA, Programador, Administrador

But not for me. I have already done it. I did it again, as you can see:

[ger...@centauri ~]$ sudo yum update --enablerepo=rawhide kde\*
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * fedora: mirror.hiwaay.net
 * fusion: www.lordmorgul.net
 * livna: rpm.livna.org
 * rawhide: mirror.hiwaay.net
 * rpmfusion-free: mirror.liberty.edu
 * rpmfusion-free-updates: mirror.liberty.edu
 * rpmfusion-nonfree: mirror.liberty.edu
 * rpmfusion-nonfree-updates: mirror.liberty.edu
 * updates: fedora.c3sl.ufpr.br
Setting up Update Process
No Packages marked for Update

Thanks,
Germán.

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


[SOLVED] Re: ibssl.so.7 ?!

2009-06-03 Thread Germán Racca
On Wed, 2009-06-03 at 16:52 -0300, Germán Racca wrote:
 On Wed, 2009-06-03 at 16:45 -0300, Martín Marqués wrote:
 
  Problem solved. enable rawhide repository:
  
  # yum update --enablerepo=rawhide kde\*
  
  -- 
  Martín Marqués
  select 'martin.marques' || '@' || 'gmail.com'
  DBA, Programador, Administrador
 
 But not for me. I have already done it. I did it again, as you can see:
 
 [ger...@centauri ~]$ sudo yum update --enablerepo=rawhide kde\*
 Loaded plugins: fastestmirror, presto, refresh-packagekit
 Loading mirror speeds from cached hostfile
  * fedora: mirror.hiwaay.net
  * fusion: www.lordmorgul.net
  * livna: rpm.livna.org
  * rawhide: mirror.hiwaay.net
  * rpmfusion-free: mirror.liberty.edu
  * rpmfusion-free-updates: mirror.liberty.edu
  * rpmfusion-nonfree: mirror.liberty.edu
  * rpmfusion-nonfree-updates: mirror.liberty.edu
  * updates: fedora.c3sl.ufpr.br
 Setting up Update Process
 No Packages marked for Update
 
 Thanks,
 Germán.
Hi all:

My problem was solved after enabling the repository 'updates-testing' as
shown below:

[ger...@centauri ~]$ sudo yum --enablerepo=updates-testing update

I greatly appreciate the contribution of all the people that answered my
e-mails, specially Martín (un fuerte abrazo!!!). Sorry for my bad
English.

Thanks a lot,
Germán.

P.S. obviously I've erased all those symbolic links I created
yesterday ;-)

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


ibssl.so.7 ?!

2009-06-02 Thread Germán Racca
Hi all!

I made preupgrade from Fedora 10 to Rawhide (Fedora 11 now) and I can't
enter KDE, I just only can enter XFCE in text mode (by typing
xtartxfce4). The error is the following:

kstartupconfig4: error while loading shared libraries: libssl.so.7:
cannot open shared object file: No such file or directory

Did it happen to someone else? Can somebody help me?
Thanks in advance, please see more details below.
Germán.

[ger...@centauri ~]$ rpm -q --whatprovides /usr/bin/kstartupconfig4
kdebase-workspace-4.2.3-5.fc11.i586

[ger...@centauri ~]$ ldd /usr/bin/kstartupconfig4
linux-gate.so.1 =  (0x007ac000)
libkdefakes.so.5 = /usr/lib/libkdefakes.so.5 (0x00101000)
libkdecore.so.5 = /usr/lib/libkdecore.so.5 (0x0011)
libQtDBus.so.4 = /usr/lib/libQtDBus.so.4 (0x0039c000)
libQtCore.so.4 = /usr/lib/libQtCore.so.4 (0x0040a000)
libpthread.so.0 = /lib/libpthread.so.0 (0x00a82000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x00643000)
libm.so.6 = /lib/libm.so.6 (0x00a51000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x0035f000)
libc.so.6 = /lib/libc.so.6 (0x008dd000)
libQtNetwork.so.4 = /usr/lib/libQtNetwork.so.4 (0x07c34000)
libQtXml.so.4 = /usr/lib/libQtXml.so.4 (0x00732000)
libz.so.1 = /lib/libz.so.1 (0x00a9f000)
libbz2.so.1 = /lib/libbz2.so.1 (0x07d7a000)
libresolv.so.2 = /lib/libresolv.so.2 (0x00776000)
libdbus-1.so.3 = /lib/libdbus-1.so.3 (0x007ad000)
libgthread-2.0.so.0 = /lib/libgthread-2.0.so.0 (0x0038a000)
librt.so.1 = /lib/librt.so.1 (0x00d1c000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x00c3b000)
libdl.so.2 = /lib/libdl.so.2 (0x00a7b000)
/lib/ld-linux.so.2 (0x008b5000)
libssl.so.7 = not found
libcrypto.so.7 = not found
libcap.so.2 = /lib/libcap.so.2 (0x0038f000)
libattr.so.1 = /lib/libattr.so.1 (0x00394000)

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Rex Dieter
Germán Racca wrote:

 Hi all!
 
 I made preupgrade from Fedora 10 to Rawhide (Fedora 11 now) and I can't
 enter KDE, I just only can enter XFCE in text mode (by typing
 xtartxfce4). The error is the following:
 
 kstartupconfig4: error while loading shared libraries: libssl.so.7:
 cannot open shared object file: No such file or directory
...
 [ger...@centauri ~]$ ldd /usr/bin/kstartupconfig4
...
 libssl.so.7 = not found
 libcrypto.so.7 = not found

You seem to be missing openssl.  My f11 box has openssl-0.9.8k-5.fc11
installed.

-- Rex

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread M A Young

On Tue, 2 Jun 2009, Germán Racca wrote:


kstartupconfig4: error while loading shared libraries: libssl.so.7:
cannot open shared object file: No such file or directory


It looks like kstartupconfig4 wasn't updated. Fedora 11 has libssl.so.8, 
not libssl.so.7. You need to look for an updated version, or whatever 
package has replaced it.


Michael Young-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: ibssl.so.7 ?!

2009-06-02 Thread Germán Racca
On Tue, 2009-06-02 at 14:05 -0500, Rex Dieter wrote:
 Germán Racca wrote:
 
  Hi all!
  
  I made preupgrade from Fedora 10 to Rawhide (Fedora 11 now) and I can't
  enter KDE, I just only can enter XFCE in text mode (by typing
  xtartxfce4). The error is the following:
  
  kstartupconfig4: error while loading shared libraries: libssl.so.7:
  cannot open shared object file: No such file or directory
 ...
  [ger...@centauri ~]$ ldd /usr/bin/kstartupconfig4
 ...
  libssl.so.7 = not found
  libcrypto.so.7 = not found
 
 You seem to be missing openssl.  My f11 box has openssl-0.9.8k-5.fc11
 installed.
 
 -- Rex
 

Thanks Rex, but I have openssl:

[ger...@centauri ~]$ rpm -q openssl
openssl-0.9.8k-4.fc11.i686

German.

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Germán Racca
On Tue, 2009-06-02 at 20:54 +0100, M A Young wrote:
 On Tue, 2 Jun 2009, Germán Racca wrote:
 
  kstartupconfig4: error while loading shared libraries: libssl.so.7:
  cannot open shared object file: No such file or directory
 
 It looks like kstartupconfig4 wasn't updated. Fedora 11 has libssl.so.8, 
 not libssl.so.7. You need to look for an updated version, or whatever 
 package has replaced it.
 
   Michael Young

Hello Michael:

I have recently updated my Fedora 11. I also have libssl.so.8:

[ger...@centauri ~]$ rpm -ql openssl
...
/usr/lib/libcrypto.so.8
/usr/lib/libssl.so.0.9.8k
/usr/lib/libssl.so.8
...

What to do now?
Thanks,
Germán.

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Rahul Sundaram
On 06/03/2009 03:16 AM, Germán Racca wrote:

 I have recently updated my Fedora 11. I also have libssl.so.8:
 
 [ger...@centauri ~]$ rpm -ql openssl
 ...
 /usr/lib/libcrypto.so.8
 /usr/lib/libssl.so.0.9.8k
 /usr/lib/libssl.so.8
 ...
 
 What to do now?

# package-cleanup --dupes
# package-cleanup --problems

Rahul

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Germán Racca
On Wed, 2009-06-03 at 03:23 +0530, Rahul Sundaram wrote:
 On 06/03/2009 03:16 AM, Germán Racca wrote:
 
  I have recently updated my Fedora 11. I also have libssl.so.8:
  
  [ger...@centauri ~]$ rpm -ql openssl
  ...
  /usr/lib/libcrypto.so.8
  /usr/lib/libssl.so.0.9.8k
  /usr/lib/libssl.so.8
  ...
  
  What to do now?
 
 # package-cleanup --dupes
 # package-cleanup --problems
 
 Rahul

Hello Rahul:

The output of these commands are:

[ger...@centauri ~]$ sudo package-cleanup --dupes
Setting up yum
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
[ger...@centauri ~]$


[ger...@centauri ~]$ sudo package-cleanup --problems
Setting up yum
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
Reading local RPM database
Processing all local requires
Missing dependencies:
Package qt-devel requires libcrypto.so.7
Package qt-devel requires libssl.so.7
Package universal-applets-extras requires python(abi) = 2.5
Package qt-x11 requires libcrypto.so.7
Package qt-x11 requires libssl.so.7
Package VirtualBox requires libcrypto.so.7
Package VirtualBox requires libpython2.5.so.1.0
Package universal-applets requires python(abi) = 2.5
Package libflashsupport requires libcrypto.so.7
Package libflashsupport requires libssl.so.7
Package qt requires libcrypto.so.7
Package qt requires libssl.so.7
Package qt-mysql requires libcrypto.so.7
Package qt-mysql requires libmysqlclient_r.so.15
Package qt-mysql requires libmysqlclient_r.so.15(libmysqlclient_15)
Package qt-mysql requires libssl.so.7
Package hulahop requires python(abi) = 2.5
[ger...@centauri ~]$

Well, I can see that effectively I have problems whith libssl.so.7,
because several packages require libssl.so.7 and also libcrypto.so.7.
But I already knew it, so what must I do now?

Thanks,
Germán.

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Rex Dieter
M A Young wrote:

 On Tue, 2 Jun 2009, Germán Racca wrote:
 
 kstartupconfig4: error while loading shared libraries: libssl.so.7:
 cannot open shared object file: No such file or directory
 
 It looks like kstartupconfig4 wasn't updated.

rpm -q kdebase-workspace

-- Rex


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Kevin Kofler
Germán Racca wrote:
 I made preupgrade from Fedora 10 to Rawhide (Fedora 11 now) and I can't
 enter KDE, I just only can enter XFCE in text mode (by typing
 xtartxfce4).

You need to update from F11 updates. Rawhide now is the almost final Fedora
11 release, so some stuff in Rawhide is older than in Fedora 10 updates.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Germán Racca
On Wed, 2009-06-03 at 01:54 +0200, Kevin Kofler wrote:
 Germán Racca wrote:
  I made preupgrade from Fedora 10 to Rawhide (Fedora 11 now) and I can't
  enter KDE, I just only can enter XFCE in text mode (by typing
  xtartxfce4).
 
 You need to update from F11 updates. Rawhide now is the almost final Fedora
 11 release, so some stuff in Rawhide is older than in Fedora 10 updates.
 
 Kevin Kofler
 

Hello Kevin:

Once I upgraded to Rawhide, I've disabled Rawhide and had enabled
only Fedora 11 Updates.

Thanks,
Germán.

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Kevin Kofler
Germán Racca wrote:
 Once I upgraded to Rawhide, I've disabled Rawhide and had enabled
 only Fedora 11 Updates.

Have you run a yum update after that? (You should.)

And you'll also need to enable fedora.repo, not just fedora-updates.repo.

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Germán Racca
On Wed, 2009-06-03 at 02:12 +0200, Kevin Kofler wrote:
 Germán Racca wrote:
  Once I upgraded to Rawhide, I've disabled Rawhide and had enabled
  only Fedora 11 Updates.
 
 Have you run a yum update after that? (You should.)
 
 And you'll also need to enable fedora.repo, not just fedora-updates.repo.
 
 Kevin Kofler

Yes, I have run 'yum update' and I have enabled fedora.repo also.

Thanks,
Germán.

-- 
Germán A. Racca
http://gracca.wordpress.com
http://tinyurl.com/SkyTux (Linux user #490483)
Instituto Nacional de Pesquisas Espaciais - INPE
Divisão de Astrofísica - DAS/CEA
São José dos Campos - SP - Brasil
TEL: +55-12-3945-7151
FAX: +55-12-3945-6811

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ibssl.so.7 ?!

2009-06-02 Thread Martín Marqués
2009/6/2 Germán Racca german.ra...@gmail.com:
 On Wed, 2009-06-03 at 02:12 +0200, Kevin Kofler wrote:
 Germán Racca wrote:
  Once I upgraded to Rawhide, I've disabled Rawhide and had enabled
  only Fedora 11 Updates.

 Have you run a yum update after that? (You should.)

 And you'll also need to enable fedora.repo, not just fedora-updates.repo.

         Kevin Kofler

 Yes, I have run 'yum update' and I have enabled fedora.repo also.

Germán, the problem is that preupgrade leaves out a bunch of kde apps:

Checking for new repos for mirrors
 * preupgrade: fedora.c3sl.ufpr.br
6:kdelibs-4.2.3-2.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libssl.so.7()(64bit) is needed by package
6:kdelibs-4.2.3-2.fc10.x86_64 (installed)
gpac-libs-0.4.5-3.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libssl.so.7()(64bit) is needed by package
gpac-libs-0.4.5-3.fc10.x86_64 (installed)
gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libssl.so.7()(64bit) is needed by package
gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 (installed)
livna-config-display-0.0.22-1.fc10.noarch from installed has depsolving problems
  -- Missing Dependency: python(abi) = 2.5 is needed by package
livna-config-display-0.0.22-1.fc10.noarch (installed)
gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libcrypto.so.7()(64bit) is needed by package
gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libssl.so.7()(64bit) is needed by package
gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
PyQt4-4.4.4-6.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: python(abi) = 2.5 is needed by package
PyQt4-4.4.4-6.fc10.x86_64 (installed)
gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libmysqlclient.so.15()(64bit) is needed by
package gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
7:kdegraphics-libs-4.2.3-1.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libexiv2.so.4()(64bit) is needed by package
7:kdegraphics-libs-4.2.3-1.fc10.x86_64 (installed)
gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libcdio.so.7()(64bit) is needed by package
gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 (installed)
gpac-libs-0.4.5-3.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libcrypto.so.7()(64bit) is needed by package
gpac-libs-0.4.5-3.fc10.x86_64 (installed)
kdeedu-math-4.2.3-1.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libpython2.5.so.1.0()(64bit) is needed by
package kdeedu-math-4.2.3-1.fc10.x86_64 (installed)
gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libcdio.so.7(CDIO_7)(64bit) is needed by
package gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 (installed)
gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libcrypto.so.7()(64bit) is needed by package
gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 (installed)
gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
depsolving problems
  -- Missing Dependency: libBPM.so.0()(64bit) is needed by package
gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
PyKDE4-4.2.3-2.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: python(abi) = 2.5 is needed by package
PyKDE4-4.2.3-2.fc10.x86_64 (installed)
kdeedu-math-4.2.3-1.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libboost_python-mt.so.3()(64bit) is needed
by package kdeedu-math-4.2.3-1.fc10.x86_64 (installed)
PyKDE4-4.2.3-2.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libpython2.5.so.1.0()(64bit) is needed by
package PyKDE4-4.2.3-2.fc10.x86_64 (installed)
PyQt4-4.4.4-6.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libpython2.5.so.1.0()(64bit) is needed by
package PyQt4-4.4.4-6.fc10.x86_64 (installed)
kdeedu-marble-4.2.3-1.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libgps.so.17()(64bit) is needed by package
kdeedu-marble-4.2.3-1.fc10.x86_64 (installed)
sos-1.8-11.fc10.noarch from installed has depsolving problems
  -- Missing Dependency: python(abi) = 2.5 is needed by package
sos-1.8-11.fc10.noarch (installed)
kdebindings-4.2.3-2.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libqscintilla2.so.4()(64bit) is needed by
package kdebindings-4.2.3-2.fc10.x86_64 (installed)
ntp-4.2.4p7-1.fc10.x86_64 from installed has depsolving problems
  -- Missing Dependency: libcrypto.so.7()(64bit) is needed by package

Re: ibssl.so.7 ?!

2009-06-02 Thread Germán Racca
On Tue, 2009-06-02 at 21:53 -0300, Martín Marqués wrote:
 2009/6/2 Germán Racca german.ra...@gmail.com:
  On Wed, 2009-06-03 at 02:12 +0200, Kevin Kofler wrote:
  Germán Racca wrote:
   Once I upgraded to Rawhide, I've disabled Rawhide and had enabled
   only Fedora 11 Updates.
 
  Have you run a yum update after that? (You should.)
 
  And you'll also need to enable fedora.repo, not just fedora-updates.repo.
 
  Kevin Kofler
 
  Yes, I have run 'yum update' and I have enabled fedora.repo also.
 
 Germán, the problem is that preupgrade leaves out a bunch of kde apps:
 
 Checking for new repos for mirrors
  * preupgrade: fedora.c3sl.ufpr.br
 6:kdelibs-4.2.3-2.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libssl.so.7()(64bit) is needed by package
 6:kdelibs-4.2.3-2.fc10.x86_64 (installed)
 gpac-libs-0.4.5-3.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libssl.so.7()(64bit) is needed by package
 gpac-libs-0.4.5-3.fc10.x86_64 (installed)
 gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libssl.so.7()(64bit) is needed by package
 gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 (installed)
 livna-config-display-0.0.22-1.fc10.noarch from installed has depsolving 
 problems
   -- Missing Dependency: python(abi) = 2.5 is needed by package
 livna-config-display-0.0.22-1.fc10.noarch (installed)
 gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libcrypto.so.7()(64bit) is needed by package
 gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
 gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libssl.so.7()(64bit) is needed by package
 gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
 PyQt4-4.4.4-6.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: python(abi) = 2.5 is needed by package
 PyQt4-4.4.4-6.fc10.x86_64 (installed)
 gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libmysqlclient.so.15()(64bit) is needed by
 package gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
 7:kdegraphics-libs-4.2.3-1.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libexiv2.so.4()(64bit) is needed by package
 7:kdegraphics-libs-4.2.3-1.fc10.x86_64 (installed)
 gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libcdio.so.7()(64bit) is needed by package
 gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 (installed)
 gpac-libs-0.4.5-3.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libcrypto.so.7()(64bit) is needed by package
 gpac-libs-0.4.5-3.fc10.x86_64 (installed)
 kdeedu-math-4.2.3-1.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libpython2.5.so.1.0()(64bit) is needed by
 package kdeedu-math-4.2.3-1.fc10.x86_64 (installed)
 gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libcdio.so.7(CDIO_7)(64bit) is needed by
 package gstreamer-plugins-ugly-0.10.10-2.fc10.x86_64 (installed)
 gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libcrypto.so.7()(64bit) is needed by package
 gstreamer-plugins-bad-0.10.9-1.fc10.x86_64 (installed)
 gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 from installed has
 depsolving problems
   -- Missing Dependency: libBPM.so.0()(64bit) is needed by package
 gstreamer-plugins-bad-extras-0.10.9-1.fc10.x86_64 (installed)
 PyKDE4-4.2.3-2.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: python(abi) = 2.5 is needed by package
 PyKDE4-4.2.3-2.fc10.x86_64 (installed)
 kdeedu-math-4.2.3-1.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libboost_python-mt.so.3()(64bit) is needed
 by package kdeedu-math-4.2.3-1.fc10.x86_64 (installed)
 PyKDE4-4.2.3-2.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libpython2.5.so.1.0()(64bit) is needed by
 package PyKDE4-4.2.3-2.fc10.x86_64 (installed)
 PyQt4-4.4.4-6.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libpython2.5.so.1.0()(64bit) is needed by
 package PyQt4-4.4.4-6.fc10.x86_64 (installed)
 kdeedu-marble-4.2.3-1.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libgps.so.17()(64bit) is needed by package
 kdeedu-marble-4.2.3-1.fc10.x86_64 (installed)
 sos-1.8-11.fc10.noarch from installed has depsolving problems
   -- Missing Dependency: python(abi) = 2.5 is needed by package
 sos-1.8-11.fc10.noarch (installed)
 kdebindings-4.2.3-2.fc10.x86_64 from installed has depsolving problems
   -- Missing Dependency: libqscintilla2.so.4()(64bit) is needed by
 package kdebindings-4.2.3-2.fc10.x86_64