<br><br><div class="gmail_quote">On Wed, Nov 11, 2009 at 4:40 PM, Alan Coopersmith <span dir="ltr"><<a href="mailto:Alan.Coopersmith@sun.com">Alan.Coopersmith@sun.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Jon Grosshart wrote:<br>
> Here is LibX11:<br>
><br>
> make[1]: Entering directory `/tmp/Xorg7.5/source/lib/<br>
> libX11-1.3.2/specs'<br>
> Making all in libX11<br>
> make[2]: Entering directory<br>
> `/tmp/Xorg7.5/source/lib/libX11-1.3.2/specs/libX11'<br>
>   GEN    libX11.txt<br>
>   GEN    libX11.ps<br>
>   GEN    libX11.html<br>
>   GEN    libX11.pdf<br>
> gs: error while loading shared libraries: libXrender.so.1: cannot open<br>
> shared object file: No such file or directory<br>
<br>
</div>Your problem is an incorrectly installed gs (presumably being called via<br>
ps2pdf) - you shouldn't have installed it without it's dependencies.<br>
If ps2pdf wasn't installed, the pdf build would be skipped.<br>
<div class="im"><br>
> How is one supposed to go building the libs section of X11R7.5? I'm<br>
> using all versions that can be found in the 7.5 release directory. This<br>
> one has me kinda stumped.<br>
<br>
</div>But you somehow installed a ps2pdf that depended on libXrender either<br>
without libXrender first or deleted libXrender afterwards.   Don't do<br>
that.<br>
<font color="#888888"><br>
--<br>
        -Alan Coopersmith-           <a href="mailto:alan.coopersmith@sun.com">alan.coopersmith@sun.com</a><br>
         Sun Microsystems, Inc. - X Window System Engineering<br>
<br>
</font></blockquote></div><br>Alan had the right of it and I came to the same conclusion last night while I was out. "gs" was obviously referring to ghostscript and it even had something about LibX11.pdf on the next line. I removed ghostscript and it installed fine. I should have checked configure for a --without-docs argument but just removed gs instead.<br>
<br>I already had renderproto installed along with all the other proto packages. The protoheaders are the first thing to get installed for obvious reasons. It's just that for some reason, I like to remove all old(release 7.4) xorg related packages when I'm building a new release (I'll build on my VC's), therefore ps2pdf was found but broken.<br>
<br>Thanks all.<br><br>