We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b786b4 commit dac9ab1Copy full SHA for dac9ab1
README.md
@@ -116,16 +116,15 @@ time php dcode.php 2.19s user 0.08s system 99% cpu 2.278 total
116
MIT
117
```
118
119
-Error with Ubuntu
+#### Error with Ubuntu
120
121
png_create_write_struct in Unknown on line 0 on ubuntu 14
122
+```
123
+##### FIX:
124
-FIX:
125
-create soft link
126
+- create soft link
127
128
sudo ln -s /usr/lib/x86_64-linux-gnu/libpng12.so /usr/lib/x86_64-linux-gnu/libpng.so
-
-Add -L to Makefile
129
130
-INCLUDES = -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -L/usr/lib/x86_64-linux-gnu -lpng
131
+- edit Makefile INCLUDES section, append `-L/usr/lib/x86_64-linux-gnu -lpng` to INCLUDES
0 commit comments