LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Mobile
User Name
Password
Linux - Mobile This forum is for the discussion of all topics relating to Mobile Linux. This includes Android, Tizen, Sailfish OS, Replicant, Ubuntu Touch, webOS, and other similar projects and products.

Notices


Reply
  Search this Thread
Old 09-13-2010, 06:25 AM   #1
teabagindia
LQ Newbie
 
Registered: Jan 2010
Posts: 9

Rep: Reputation: 0
required libcurl-gnutls.so.4 rpm


I am creating a MeeGo image with my own application from local repository. I have libcurl-gnutls library installed on my machine, so I am able to create an rpm of my application and create a repository from here.

However, when I create the MeeGo image, it stops at my application with the below error

Error: failed to create image : Failed to build transaction : mrs-1.09.03-1245.i386 requires libcurl-gnutls.so.4


I have the curl source code and rpm, but not libcurl-gnutls.

Does someone have an idea about this.

Thanks in advance.
 
Old 09-13-2010, 01:41 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Your "OS Logo" shows 'Ubuntu' : Then it's libcurl3-gnutls

>>> sudo apt-get install libcurl3-gnutls



If you really have an RPM based OS, please tell which, like
Fedora 13, Mandriva 2010.1, CentOS 5.5 ... etc. etc.
http://www.linuxquestions.org/linux/...Ask_a_Question
http://www.catb.org/~esr/faqs/smart-questions.html

..
 
Old 09-13-2010, 10:17 PM   #3
teabagindia
LQ Newbie
 
Registered: Jan 2010
Posts: 9

Original Poster
Rep: Reputation: 0
I am using Ubuntu and I already have libcurl-gnutls on my machine. I am trying to create a MeeGo image containing my application (which requires libcurl-gnutls). MeeGo is based on Fedora and requires an rpm of libcurl-gnutls.
 
Old 09-14-2010, 02:31 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
MeeGo is based on Fedora and requires an rpm of libcurl-gnutls.
???? with Nokia in on it ??? fedora??? and not suse ?
--
http://wiki.meego.com/Build_Infrastructure
http://wiki.meego.com/Build_Infrastr...Infrastructure
Quote:
The heart of the Build Infrastructure of MeeGo is the upstream project openSUSE Build Service (OBS)
libcurl4 is in the Oss repo
 
Old 09-14-2010, 03:23 AM   #5
teabagindia
LQ Newbie
 
Registered: Jan 2010
Posts: 9

Original Poster
Rep: Reputation: 0
Oh.. my misunderstanding. since MeeGo kickstart uses rpm packages.
I downloaded the libcurl3-7.13.1-76819cl.i386.rpm and used it within my MeeGo image creation, but I still get the error that

Error: failed to create image : Failed to build transaction : mrs-1.09.03-1245.i386 requires libcurl-gnutls.so.4

I can try with libcurl4 as well.
 
Old 09-14-2010, 03:28 AM   #6
teabagindia
LQ Newbie
 
Registered: Jan 2010
Posts: 9

Original Poster
Rep: Reputation: 0
same error with libcurl4-7.20.1-5.4.x86_64.rpm as well..

Error: failed to create image : Failed to build transaction : mrs-1.09.03-1245.i386 requires libcurl-gnutls.so.4
 
Old 09-14-2010, 09:05 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Did you install libcurl3-gnutls ? sudo apt-get install libcurl3-gnutls

That's the only package providing libcurl-gnutls.so.4 .

No rpm package with that file AFAIK : just try it yourself :

Google .. libcurl-gnutls.so.4 rpm .. : No result.
(Usually rpmpbone and rpmfind will then display a result.)
....
 
Old 09-14-2010, 01:37 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
a google/linux search for " libcurl-gnutls"
shows some hits posted in 2008 ( not very new news , but OLD news)

and a fix from 2008)
Code:
ln -s libcurl.so.4 libcurl-gnutls.so.4
 
1 members found this post helpful.
Old 09-15-2010, 04:52 AM   #9
teabagindia
LQ Newbie
 
Registered: Jan 2010
Posts: 9

Original Poster
Rep: Reputation: 0
Image creation is successful.

I followed below steps
While building my rpm, I edited the spec file to ignore dependencies.

Code:
AutoReqProv: no
This allowed the image creation to proceed smoothly.

Once I booted from the new image, I created the below symlinks

Code:
ln -s libcurl.so.4 libcurl-gnutls.so.4
Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I tell if I have all the required stuff installed for a RPM? randyic Linux - Software 8 09-13-2010 02:04 PM
urgetn help required regarding rpm installation error amit_pansuria Linux - Newbie 8 08-14-2008 09:44 AM
rpm required. rehan999 Linux - Software 2 05-30-2008 11:21 PM
Interesting and easy RPM hack required davidcrawley Linux - Software 2 08-25-2004 04:38 AM
make and install required in RPM sneezesnoeze Linux - Newbie 2 04-01-2004 09:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Mobile

All times are GMT -5. The time now is 12:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration