#933 closed defect (fixed)
Install of Tahoe on CentOS 5.4 — at Version 15
Reported by: | cyrille | Owned by: | cyrille |
---|---|---|---|
Priority: | major | Milestone: | 1.7.0 |
Component: | packaging | Version: | 1.5.0 |
Keywords: | install centos sqlite docs | Cc: | |
Launchpad Bug: |
Description (last modified by davidsarah)
I'm having a serious hard to install tahoe on centOS5.4.. is there any special procedure for it?? It keep poping me the Gcc error, no matter what!
Change History (17)
comment:1 Changed at 2010-01-30T15:29:10Z by zooko
comment:2 Changed at 2010-01-30T15:29:18Z by zooko
- Owner changed from nobody to cyrille
Changed at 2010-01-30T16:36:27Z by cyrille
comment:3 Changed at 2010-01-30T16:39:31Z by cyrille
hi zooko, thanks in advance for the help!!. maybe i'm wrong but is it because http://pysqlite.org/ is down??
comment:4 Changed at 2010-01-30T16:54:08Z by zooko
That's another good guess, but let's stop guessing and start reading the error messages. Please paste or attach the full output that is written when you try to install Tahoe-LAFS. Thank you!
comment:5 Changed at 2010-01-30T16:55:52Z by zooko
Oh, you already did. :-)
comment:6 follow-up: ↓ 11 Changed at 2010-01-30T17:13:41Z by zooko
Okay the relevant error message is:
src/connection.h:33:21: erreur: sqlite3.h : Aucun fichier ou répertoire de ce type
Which means that you don't have a file named sqlite3.h installed. There are some notes about this in docs/backupdb.txt. See if you can install this missing file from the appropriate package. Once you figure it out, please update [wiki/InstallDetails] to tell other CentOS users how to do it.
comment:7 Changed at 2010-01-30T17:16:03Z by zooko
I meant InstallDetails.
Changed at 2010-01-30T18:11:34Z by cyrille
Hi zooko, here again, doesn't look like is getting better, i add the requested file; but most definetly there is something wrong here;;!!!,maybe i just need to wait for the website to be up?? sorry running out of guess!!
comment:8 Changed at 2010-01-30T18:53:27Z by zooko
It says:
error: Download error for http://pysqlite.googlecode.com/files/pysqlite-2.5.6.tar.gz: (-3, 'Temporary failure in name resolution')
That means that it was unable to figure out the IP address for the DNS name "pysqlite.googlecode.com". Maybe just try again.
comment:9 Changed at 2010-02-06T05:24:24Z by zooko
I just downloaded http://pysqlite.googlecode.com/files/pysqlite-2.5.6.tar.gz and it worked for me.
comment:10 Changed at 2010-02-06T05:24:53Z by zooko
I mean, I was able to resolve that DNS name ('pysqlite.googlecode.com') and connect to the server and download the pysqlite-2.5.6.tar.gz file.
comment:11 in reply to: ↑ 6 Changed at 2010-03-02T20:35:17Z by freestorm
Replying to zooko:
Okay the relevant error message is:
src/connection.h:33:21: erreur: sqlite3.h : Aucun fichier ou répertoire de ce typeWhich means that you don't have a file named sqlite3.h installed. There are some notes about this in docs/backupdb.txt. See if you can install this missing file from the appropriate package. Once you figure it out, please update [wiki/InstallDetails] to tell other CentOS users how to do it.
This error mean that you need package sqlite-devel Fred
comment:12 Changed at 2010-04-14T01:46:14Z by davidsarah
- Component changed from unknown to packaging
- Keywords install centos sqlite docs added
Assigning to cyrille to test whether this can be resolved by installing package sqlite-devel.
comment:13 Changed at 2010-04-14T01:46:48Z by davidsarah
Actually reassigning this time :-)
comment:14 Changed at 2010-05-02T09:01:32Z by cyrille
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:15 Changed at 2010-05-02T13:53:29Z by davidsarah
- Description modified (diff)
- Milestone changed from undecided to 1.7.0
Cyrille wrote:
Working all perfectly !!!!! Thanks for all.
We need more information -- please paste or attach the output from the attempt to install. However, even without seeing the output I can guess that you need to install a python-devel package.