On Wed, September 29, 2010 7:06 pm, Sdävtaker wrote: > Hi, > I just created a clean setup to check a few thing and when installing > xorg as descrived in wiki, after fullfill the install and call startx > I get: > libssl.so.4 not found required by X > libcryto.so.4 not found required by X > After that, i installed openssl, and did: > ln -s /usr/lib/libssl.so.5 /usr/lib/libssl.so.4 > ln -s /usr/lib/libcrypto.so.5 /usr/lib/libcrypto.so.4 > And X works. > Where should it be fixed for real?
Is this a DragonFly 2.7 system? Peter just upgraded OpenSSL, so the version upgrade may have caught you - especially if some/all of those xorg packages were binary packages built before the OpenSSL change.