#2000: Missing additional helpful instructions to install TG2 under ubuntu
heron/hardy linux
---------------------------+------------------------------------------------
Reporter: venkatbo | Owner: Chris Arndt
Type: enhancement | Status: new
Priority: normal | Milestone: 1.1
Component: Documentation | Version: 1.0.7
Severity: normal | Keywords: header libc6 dev package
---------------------------+------------------------------------------------
Hello,
While following the "Install Turbogears 2" instructions at:
http://www.turbogears.org/2.0/docs/main/DownloadInstall.html
I observed an error while using the:
$ easy_install -i http://www.turbogears.org/2.0/downloads/current/index
tg.devtools
step under Ubuntu Heron/Hardy 8.04.
Turns out that, even though gcc (4.2.3) was installed, no header (*.h)
files were installed under /usr/include. As a result TG2 installation
failed indicating that a whole bunch of the *.h files were missing.
The fix is to run:
"sudo apt-get install libc6-dev"
in additon to those listed in that section of the doc/page.
May be helpful to include a sentence in there that the "libc6-dev" pkg
also needs to be installed along with "python-dev" etc.
Thanks,
/venkat
--
Ticket URL: <http://trac.turbogears.org/ticket/2000>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---