Issues getting FLEX up in HP-UX 11


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Issues getting FLEX up in HP-UX 11
# 1  
Old 08-13-2007
Question Issues getting FLEX up in HP-UX 11

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
# 2  
Old 08-14-2007
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

I have depot with dependencies including the one you cited but have no problem running them.
# 3  
Old 08-16-2007
Bug Re: Issues getting FLEX up in HP-UX 11

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. Smilie

tobsinte
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

World Wide Name (FLEX)

Does anyone know how to find the Worl Wide Name (WWN) on a IBM flex system ? (4 Replies)
Discussion started by: Tharsan
4 Replies

2. Shell Programming and Scripting

need to know best forum site for flex code

Hi All, Please help me to know the similar forum site but for the flex code. Thanks (6 Replies)
Discussion started by: aish11
6 Replies

3. Red Hat

flex installation problem

hi , when i run ./configure in wine-1.3.10 folder in midway i get error message Your flex version is too old. Please install flex version 2.5.33 or newer. but when i try to install flex using yum install flex it gives me message Package flex-2.5.4a-41.fc6.i386 already installed and latest... (1 Reply)
Discussion started by: anand121
1 Replies

4. UNIX for Dummies Questions & Answers

Trouble with flex command in makefile

Hey all, im trying to create a makefile in unix. cpp2html is a program created from the files cpp2html.o and lex.yy.o. cpp2html.o is created from compiling cpp2html.c and lex.yy.o is created from another created file lex.yy.c. and lex.yy.c is created from a command "flex cppscanner.l" and here is... (1 Reply)
Discussion started by: iwatk003
1 Replies

5. HP-UX

flex++ parser for HP-UX11

Hi, can anyone tell me were to download flex++ parser for HP-UX11 BR vasanth (1 Reply)
Discussion started by: vasanthan
1 Replies
Login or Register to Ask a Question