Initial import
This commit is contained in:
15
DOC/README.php5.2-install
Normal file
15
DOC/README.php5.2-install
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
## - if you get the following error:
|
||||
## -
|
||||
## - configure: error: libXpm.(a|so) not found
|
||||
## -
|
||||
## - set a symlink /usr/lib/libXpm.a --> /usr/lib/x86_64-linux-gnu/libXpm.a
|
||||
## -
|
||||
ln -s x86_64-linux-gnu/libXpm.a /usr/lib/libXpm.a
|
||||
## - or (the same)
|
||||
ln -s /usr/lib/x86_64-linux-gnu/libXpm.a /usr/lib/libXpm.a
|
||||
|
||||
ln -s x86_64-linux-gnu/libjpeg.a /usr/lib/libjpeg.a
|
||||
|
||||
ln -s x86_64-linux-gnu/libpng.a /usr/lib/libpng.a
|
||||
|
Reference in New Issue
Block a user