This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Hsie, re: > I think your environmental variable "MYSQL" point to the wrong place, if > you are trying to recompile McIDAS. The old one is point to /usr/sfw. > It should point to /usr/local/mysql ( I already correct it). I tried using 'MYSQL="-mysql=/usr/local/mysql"' right after seeing your message that you had installed the 64-bit version of MySQL, but I ran into complaints about not being able to find some MySQL header files. I thought that this was basically saying that the development environment needed for compiling the McIDAS code that accesses MySQL was not installed, so I reverted to trying to use the include files in /opt/sfw/mysql. In that setup, I found some other things that needed tweaking in makefile and mccompl.sh. Evidently the changes I made were sufficient to build using the MySQL installation under /usr/local/mysql. I have rebuilt and installed McIDAS-X/-XCD using the change you made to the MYSQL environment variable: <as 'mcidas'> cd ~mcidas/mcidas2007/src source ~/cshrc.solarisx86_64 make clobber make all && make install.all deleted and remade the MySQL database: cd $MCDATA gribadmin removedb gribadmin makedb and stopped/restarted the LDM: ldmadmin stop ldmadmin start The GRIB data in the HRS datastream is now being processed correctly and stored in the MySQL database (the database actually only stores metadata; the GRIB messages themselves are being written to /home/mcidas/savedata/grib). By the way, I modified the request line in ~ldm/etc/ldmd.conf to request the NOAAPORT NGRID data, but apparently blizzard.al.noaa.gov is not receiving this datasetream. Can you start requesting this data on blizzard so that it can be processed on stratus? Thanks in advance... Cheers, Tom **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: HZP-657281 Department: Support McIDAS Priority: Normal Status: Closed