![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| flex++ parser for HP-UX11 | vasanthan | HP-UX | 1 | 05-09-2008 12:46 AM |
| PZ help :configure: error: cannot find output from flex; giving up | bullet350 | SUN Solaris | 0 | 11-29-2007 02:24 AM |
| Multiple scanners on same input file using lex/flex | Rakesh Ranjan | High Level Programming | 5 | 12-08-2006 02:53 AM |
| AIX 5.3 Issues | miket | AIX | 1 | 04-26-2005 02:12 PM |
| dns issues | rickyt00 | UNIX for Advanced & Expert Users | 1 | 03-22-2005 08:18 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I am trying to install FLEX in HP-UX 11 and I am having issues in getting it up. After installing the FLEX I got from the HP-UX site for 11.11, it complained as missing libiconv.sl. Then I got the libiconv installed from the DEPOT got from HP-UX site and now its complaining as "/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl". I cant find any useful info on this library from any site. Could anyone please help me from where I can get libintl.sl and any of its depended libraries. Thanks a lot for the help. Tobsinte |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi,
Try to set this environment variable to the full path of where the libs are installed eg.: Code:
ksh$ export SHLIB_PATH=/usr/local/lib |
|
#3
|
|||
|
|||
|
Thanks andryk for your suggestion. Finally i got this resolved when I installed the dependent components DEPOT of gettext and bison from the HP-UX porting and archiving site.
Thanks a lot for the time again. tobsinte |
|||
| Google The UNIX and Linux Forums |