[mythtv] [mythtv-commits] Ticket #4086: configure doesn't find X
Michael T. Dean
mtdean at thirdcontact.com
Tue Oct 16 18:26:14 UTC 2007
On 10/16/2007 01:17 PM, MythTV wrote:
> #4086: configure doesn't find X
>
> Since many times i'm obliged to update configure to find X. here it's
> svn diff who show the difference.
>
...
> - HPATHS="/usr/local/include /usr/include /usr/include/g++-v3
> /usr/X11R6/include"
> + HPATHS="/usr/local/include /usr/include /usr/include/g++-v3
> /usr/X11R6/include /srv/xorg/include"
I have to wonder what distro is installing X.org into /srv/xorg. Though
/usr/X11R6 doesn't make a lot of sense with X.org 7.x, a.k.a. X11R7,
/srv/xorg doesn't even seem to be FHS-compliant. I'd have expected
/opt/* or /usr.
Though, it looks like the right solution is for the user to specify:
export LD_LIBRARY_PATH=/srv/xorg/lib:$LD_LIBRARY_PATH
before running configure--especially since X is installed in a seemingly
unusual location.
Mike
More information about the mythtv-dev
mailing list