Operating System - HP-UX
1846739 Members
3588 Online
110256 Solutions
New Discussion

Re: Windowmaker install missing X

 
John Ramsay_2
Regular Advisor

Windowmaker install missing X

configure: error: the path for the X11 files not found!
Make sure you have X and it's headers and libraries installed.

Could someone point me in the right direction?
10 REPLIES 10
T G Manikandan
Honored Contributor

Re: Windowmaker install missing X

Just the

/usr/bin/X11 to the PATH variable

PATH=$PATH:/usr/bin/X11

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/X11:/usr/lib/X11R5:/usr/lib/X11R4:/usr/lib/X11/R6

export PATH
export LD_LIBRARY_PATH

Revert
John Ramsay_2
Regular Advisor

Re: Windowmaker install missing X

I'm a little new...Could you be a little more specific?
T G Manikandan
Honored Contributor

Re: Windowmaker install missing X

All the X11 libraries are installed on

/usr/lib/X11
/usr/lib/X11R5
/usr/lib/X11R4
/usr/lib/X11/R6

Just add the above to the library path LD_LIBRARY_PATH as stated above and then try installing the application.

Can you post the exact error messages!!
John Ramsay_2
Regular Advisor

Re: Windowmaker install missing X

should I put /usr/bin/X11 in the path file?
John Ramsay_2
Regular Advisor

Re: Windowmaker install missing X

Ok, How about this...
What do I type in the term window to add those to my path?
T G Manikandan
Honored Contributor

Re: Windowmaker install missing X

Just ignore the above .the below one should be the right one..



Just add the below dir's to LD_LIBRARY_PATH

LD_LIBRARY_PATH=/usr/local/lib:/usr/local/X11/lib:/usr/lib:/usr/openwin/lib
export LD_LIBRARY_PATH

Let's check this first and then will proceed on ..

Revert
T G Manikandan
Honored Contributor

Re: Windowmaker install missing X

Just type this

#LD_LIBRARY_PATH=/usr/local/lib:/usr/local/X11/lib:/usr/lib:/usr/openwin/lib
#export LD_LIBRARY_PATH
John Ramsay_2
Regular Advisor

Re: Windowmaker install missing X

I don't have a /usr/local/X11
the X11 dir is in /usr/lib/
This is a personal unix box hooked to a cable modem
John Ramsay_2
Regular Advisor

Re: Windowmaker install missing X

Did you give up on me?
T G Manikandan
Honored Contributor

Re: Windowmaker install missing X

Then please use
/usr/lib/X11
/usr/lib/X11R4
/usr/lib/X11R5
/usr/lib/X11R6 with your LD_LIBRARY_PATH

Revert