Mehic.info

Fatal error: Class ‘Mongo’ not found – WAMP

If you have a problem to install Mongo on Wamp you might be interested in the following trick. Platform:Windows 7 64bit PHP 5.5.12 Apache2.4.9 Download your php_mongo.dll driver from https://s3.amazonaws.com/drivers.mongodb.org/php/index.html and extract it into C:\wamp\bin\php\php5.5.12\ext Then simply copy “libsasl.dll” from C:\wamp\bin\php\php5.5.12 to C:\wamp\bin\apache\apache2.4.9\bin. Refresh your wamp (right click->refresh) and restart all your services. If you have the […]

Read more

Greedy Perimeter Stateless Routing (GPSR) in ns3.25

Please find the updated Greedy Perimeter Stateless Routing protocol (GPSR) code which works in the latest ns3.25 version. Just copy it into your /src folder and execute “./waf configure” and “./waf”. Also, move the examples from /src/gprs/examples to /scratch and test it. It works fine for me in ns3.25 version. Enjoy! — Files to download: […]

Read more

How to install wkhtmltopdf on shared hosting (Ubuntu)?

First obtain .deb file from http://wkhtmltopdf.org/downloads.html. Be sure that you select proper version for your operation system. Following steps are for Ubuntu 12.04. : Execute: wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-precise-amd64.deb You should have wkhtmltox-0.12.2.1_linux-precise-amd64.deb downloaded in your directory Execute: ar vx wkhtmltox-0.12.2.1_linux-precise-amd64.deb You should now have these folders: debian-binary control.tar.gz data.tar.xz Execute: tar -xvf data.tar.xz You should now have folder […]

Read more