Difference between revisions of "Web Server"

From MITNA
Jump to: navigation, search
m (Weather Station)
m (Weather Station)
Line 11: Line 11:
  
 
Install (untar) to:
 
Install (untar) to:
<li>/usr/local/pkgs/wview-3.3.0<li>
+
<ul><li>/usr/local/pkgs/wview-3.3.0<li></ul>
  
 
Commands (what should be done next time in order, I did not do it in this order):
 
Commands (what should be done next time in order, I did not do it in this order):

Revision as of 00:54, 11 September 2007

This entry contains information on the packages installed in the web server and the process followed for their installation.

The Wiki began very late in the process, so it will be completed slowly over time.


Weather Station

The Weather Station is a Vantage Pro2 hard wired model.

The linux software is W View. I followed the User Manual detailed instructions.

Install (untar) to:

  • /usr/local/pkgs/wview-3.3.0

Commands (what should be done next time in order, I did not do it in this order):

  • Installed mysqlclient-dev: sudo apt-get install libmysqlclient-dev
  • Installed libpng-dev: sudo apt-get install libpng12-dev
  • Install 'radlib':
    • get .tar
    • install to /urs/local/pkgs/radlib-2.7.0
    • ./configure
    • make
    • sudo make install
    • edit /etc/ld.so.conf --> add /usr/local/lib --> run ldconfig
  • Install 'libgd' (all with sudo):
    • get .tar
    • install to /usr/local/pkgs/gd-2.0.35
    • ./configure
    • make
    • make install
  • ./configure --enable-mysql
  • make
  • INCOMPLETE: at this point I get a "undefined 'gdImagepng' error which I can't figure out