Hey Guys,
All right. I ran the following command as requested:
# rpm -qa | grep libtool
libtool-1.5.16.multilib2-3
# rpm -ql libtool-libs
package libtool-libs is not installed
Eric,
I believe the way we got around this problem might have been by finding a copy of the missing file and putting it in the directory. Is there a way to tell which rpm installed the package?
Francisco "Paco" Peralta
All right. I ran the following command as requested:
# rpm -qa | grep libtool
libtool-1.5.16.multilib2-3
# rpm -ql libtool-libs
package libtool-libs is not installed
Eric,
I believe the way we got around this problem might have been by finding a copy of the missing file and putting it in the directory. Is there a way to tell which rpm installed the package?
----- Original Message ----
From: "Eric "Shubes"" <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, October 24, 2006 4:21:53 PM
Subject: Re: [qmailtoaster] errors during upgrading qt
From: "Eric "Shubes"" <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, October 24, 2006 4:21:53 PM
Subject: Re: [qmailtoaster] errors during upgrading qt
FWIW, here's what I seem to remember (take it w/ a grain of salt).
The libtools-ltdl package is essentially the same as libtools-libs. They
both contain 1 file and 1 symlink (if I remember correctly). When/why it was
renamed I don't know.
I see from the archives, when doing
# yum install libtools-libs
on FC4, it tried to install libtools-ltdl instead.
libtools-libs exists happily on my centos4.4 toaster. It contains one file
and one symlink:
# ls -l `rpm -ql libtool-libs`
lrwxrwxrwx 1 root root 16 Sep 11 19:10 /usr/lib/libltdl.so.3 ->
libltdl.so.3.1.0
-rwxr-xr-x 1 root root 24588 Aug 13 00:13 /usr/lib/libltdl.so.3.1.0
I sure wish I could remember what I did to get Paco's toaster going.
Hey Paco, if you're here, what's your toaster give you for the above
command? What do you have for "# rpm -qa | grep libtool"?
Erik Espinoza wrote:
> I'll work on this with Nick. We are working to support Mandriva 2006.1
> and FC6.
>
> Thanks,
> Erik
>
> On 10/24/06, Samuel Díaz García <[EMAIL PROTECTED]> wrote:
>> I'm having the same problem with FC5.
>>
>> I can't uninstall the libs because are being used by freeradius and
>> another FC5 components that I have installed.
>>
>> I reported this problem some months ago.
>>
>> Regards
>>
>> --
>> Samuel Díaz García
>> ArcosCom Wireless, S.L.L.
>>
>> CIF: B11828068
>> c/ Romero Gago, 19
>> Arcos de la Frontera
>> 11630 - Cadiz
>>
>> http://www.arcoscom.com
>>
>> mailto:[EMAIL PROTECTED]
>> msn: [EMAIL PROTECTED]
>>
>> Tlfn.: 956 70 13 15
>> Fax: 956 70 34 83
>>
>>
>> El Mar, 24 de Octubre de 2006, 20:21, Eric \"Shubes\" escribió:
>> > Hey Crispin,
>> >
>> > Paco had this same issue about a month ago. I got his toaster fixed up,
>> > but
>> > don't remember the specifics. I can't seem to find a solution in the
>> list
>> > archives either.
>> >
>> > What distro/version/arch are you running?
>> >
>> > Short answer to your question: no, not with the current toaster.
>> >
>> > [EMAIL PROTECTED] wrote:
>> >> I had to use obsolete upgrading script instead of new model. I however
>> >> encounter the following issues
>> >>
>> >> courier imap failed to build because courier-authlib was requiered. I
>> >> continued upgrading the rest of the packages and come back back to
>> >> upgrade
>> >> courier-authlib manually which also gave me issues.
>> >>
>> >> 1. libtool-ltdl confilcts with courier-authlib.
>> >>
>> >> Since I was in a hurry as the server was down, I had to remove
>> >> libtool-ltdl which I cannot reinstall it as it still conflicts with
>> >> courier-authlib.
>> >>
>> >> 2. after removing libtool-ltdl, I still failed to install
>> >> courier-authlib
>> >> as you can see bellow;
>> >>
>> >> # rpm -Uvh
>> >> /usr/src/redhat/RPMS/i386/courier-authlib-toaster-0.58-1.3.1.i386.rpm
>> >> error: Failed dependencies:
>> >> courier-imap-toaster >= 3.0.3-1.2.1 is needed by (installed)
>> >> control-panel-toaster-0.5-1.3.1.noarch
>> >>
>> >> [EMAIL PROTECTED] qtms-upgrade]# rpm -aq |grep courier-au
>> >> [EMAIL PROTECTED] qtms-upgrade]# rpm -aq |grep courier-im
>> >> courier-imap-toaster-3.0.8-1.2.10
>> >>
>> >> I had to remove, (again), control-pannel-toaster to be able to install
>> >> courier-authlib then reinstalled control-pannel-toaster.
>> >>
>> >> My question is, is libtool-ltdl neccessary? if yes, what can I do stop
>> >> the
>> >> conflict?
>> >>
>> >> I will very much appreciate your help on this.
>> >>
>> >> Crispin.
>> >>
>> >
>> > --
>> > -Eric 'shubes'
>> >
--
-Eric 'shubes'
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The libtools-ltdl package is essentially the same as libtools-libs. They
both contain 1 file and 1 symlink (if I remember correctly). When/why it was
renamed I don't know.
I see from the archives, when doing
# yum install libtools-libs
on FC4, it tried to install libtools-ltdl instead.
libtools-libs exists happily on my centos4.4 toaster. It contains one file
and one symlink:
# ls -l `rpm -ql libtool-libs`
lrwxrwxrwx 1 root root 16 Sep 11 19:10 /usr/lib/libltdl.so.3 ->
libltdl.so.3.1.0
-rwxr-xr-x 1 root root 24588 Aug 13 00:13 /usr/lib/libltdl.so.3.1.0
I sure wish I could remember what I did to get Paco's toaster going.
Hey Paco, if you're here, what's your toaster give you for the above
command? What do you have for "# rpm -qa | grep libtool"?
Erik Espinoza wrote:
> I'll work on this with Nick. We are working to support Mandriva 2006.1
> and FC6.
>
> Thanks,
> Erik
>
> On 10/24/06, Samuel Díaz García <[EMAIL PROTECTED]> wrote:
>> I'm having the same problem with FC5.
>>
>> I can't uninstall the libs because are being used by freeradius and
>> another FC5 components that I have installed.
>>
>> I reported this problem some months ago.
>>
>> Regards
>>
>> --
>> Samuel Díaz García
>> ArcosCom Wireless, S.L.L.
>>
>> CIF: B11828068
>> c/ Romero Gago, 19
>> Arcos de la Frontera
>> 11630 - Cadiz
>>
>> http://www.arcoscom.com
>>
>> mailto:[EMAIL PROTECTED]
>> msn: [EMAIL PROTECTED]
>>
>> Tlfn.: 956 70 13 15
>> Fax: 956 70 34 83
>>
>>
>> El Mar, 24 de Octubre de 2006, 20:21, Eric \"Shubes\" escribió:
>> > Hey Crispin,
>> >
>> > Paco had this same issue about a month ago. I got his toaster fixed up,
>> > but
>> > don't remember the specifics. I can't seem to find a solution in the
>> list
>> > archives either.
>> >
>> > What distro/version/arch are you running?
>> >
>> > Short answer to your question: no, not with the current toaster.
>> >
>> > [EMAIL PROTECTED] wrote:
>> >> I had to use obsolete upgrading script instead of new model. I however
>> >> encounter the following issues
>> >>
>> >> courier imap failed to build because courier-authlib was requiered. I
>> >> continued upgrading the rest of the packages and come back back to
>> >> upgrade
>> >> courier-authlib manually which also gave me issues.
>> >>
>> >> 1. libtool-ltdl confilcts with courier-authlib.
>> >>
>> >> Since I was in a hurry as the server was down, I had to remove
>> >> libtool-ltdl which I cannot reinstall it as it still conflicts with
>> >> courier-authlib.
>> >>
>> >> 2. after removing libtool-ltdl, I still failed to install
>> >> courier-authlib
>> >> as you can see bellow;
>> >>
>> >> # rpm -Uvh
>> >> /usr/src/redhat/RPMS/i386/courier-authlib-toaster-0.58-1.3.1.i386.rpm
>> >> error: Failed dependencies:
>> >> courier-imap-toaster >= 3.0.3-1.2.1 is needed by (installed)
>> >> control-panel-toaster-0.5-1.3.1.noarch
>> >>
>> >> [EMAIL PROTECTED] qtms-upgrade]# rpm -aq |grep courier-au
>> >> [EMAIL PROTECTED] qtms-upgrade]# rpm -aq |grep courier-im
>> >> courier-imap-toaster-3.0.8-1.2.10
>> >>
>> >> I had to remove, (again), control-pannel-toaster to be able to install
>> >> courier-authlib then reinstalled control-pannel-toaster.
>> >>
>> >> My question is, is libtool-ltdl neccessary? if yes, what can I do stop
>> >> the
>> >> conflict?
>> >>
>> >> I will very much appreciate your help on this.
>> >>
>> >> Crispin.
>> >>
>> >
>> > --
>> > -Eric 'shubes'
>> >
--
-Eric 'shubes'
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
