Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182278 - dev-tcltk/expect doesn't make /usr/lib/expect.so symlink
Summary: dev-tcltk/expect doesn't make /usr/lib/expect.so symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 200477
  Show dependency tree
 
Reported: 2007-06-16 23:12 UTC by Richard Scott
Modified: 2009-08-08 00:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Scott 2007-06-16 23:12:13 UTC
I've been trying to install pecl-expect and I have an error where the install is unable to find the expect library.

I've been able to fix this by creating the following:

# cd /usr/lib
# ln -s libexpect5.43.so libexpect.so

Once this is created it is possible to do the following:

pear install http://pecl.php.net/get/expect

Is it possible to get the ebuild to create this symlink for us?

Thanks.

Richard.