LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-03-2009, 03:56 AM   #1
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
does libgcrypt-dev comes with ubuntu package manager?


hi, tried to download and install libgcrypt-dev but no luck.

when google, all i see is rpm for fc. i also found libgcrypt-1.2.0 from freshmeat. but i'm having trouble compile it by source it was complaining my c++ compiler:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

do we have libgcrypt11-dev or libgcrypt-dev available for ubuntu?

thank you
 
Old 04-03-2009, 06:31 AM   #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
Yes, 'libgcrypt11-dev' can be installed with
sudo apt-get install libgcrypt11-dev

( The version is 1.4.1 for 'Ubuntu Intrepid'
and 1.2.4 for 'Ubuntu Hardy' ).

Or use 'Synaptic', the package manager,
where you also can find it with "Search",
which is very convenient to use, if you
do not know the exact package name.

And do not try to compile 'libgcrypt' yourself.
Generally : do not compile anything available
in the package manager .... you should have
access to 28,000 packages in 'Intrepid'.
.....

To solve the problem with the c++ compiler :
Try : sudo apt-get install g++
.....

Last edited by knudfl; 04-03-2009 at 06:44 AM.
 
Old 04-03-2009, 10:13 AM   #3
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by knudfl View Post
Yes, 'libgcrypt11-dev' can be installed with
sudo apt-get install libgcrypt11-dev
hi knudfl, i've tried the comment above but it said the package is not available. i'm thinking maybe i don't have the correct Package Source defined in my ubuntu gutsy??

Code:
Package libgcrypt11-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libgcrypt11-dev has no installation candidate
 
Old 04-03-2009, 12:04 PM   #4
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
Well, may be 'Gutsy' isn't supported any more ? ?
Suggest : try changing mirror in 'Synaptic'.

Same package name
http://packages.ubuntu.com/gutsy/libgcrypt11-dev
http://packages.ubuntu.com/gutsy/i38...1-dev/download

You can also download it and see, if it can be installed.
.....

'Ubuntu 8.04.(2) Hardy' is the long term supported version.
.....
 
Old 04-03-2009, 05:52 PM   #5
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by knudfl View Post
Well, may be 'Gutsy' isn't supported any more ? ?
Suggest : try changing mirror in 'Synaptic'.
Knudfl, thank you for your help. just verified my other gutsy at my office this morning. indeed libgcrypt11-dev shows up in apt-get. Looks like it is just my other gusty's package manager source file got corrupted.

good to know. thank you
 
Old 04-04-2009, 09:49 AM   #6
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
Sometimes 'sudo apt-get update' will solve an issue like this.
 
Old 02-04-2015, 04:48 AM   #7
salwa
Member
 
Registered: Dec 2014
Posts: 36

Rep: Reputation: Disabled
Hi sir,

I try to install libgcrypt but when I perform this command I get an error:
Code:
 sudo apt-get install libgcrypt libgcrypt-devel
the error is
Code:
 Unable to locate package libgcrypt
E: Unable to locate package libgcrypt-devel
Thank you in advance.
 
Old 02-04-2015, 05:03 AM   #8
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
← ref. post #7, @salwa.

Read post #2 : libgcrypt11-dev

And / or : $ apt-cache search libgcrypt

... or use the on-line Search ..
http://packages.ubuntu.com/search?ke...searchon=names
→ → libgcrypt11-dev


-
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Adept package installer not working if not launched by package manager iqbala Ubuntu 3 11-29-2008 06:32 AM
Ubuntu 8.04 Synaptic Package Manager BACTRATE Ubuntu 6 04-26-2008 10:05 AM
mobiale manager package for ubuntu m_torabi Ubuntu 0 08-08-2007 05:20 AM
Package Manager Error (Ubuntu 6.06) tjl30 Ubuntu 0 02-26-2007 04:29 PM
Poll: Yast Package Manager vs. Smart Package Manager in 10.1 agentchange SUSE / openSUSE 6 06-02-2006 08:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:06 AM.

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