MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

RE: ODBC problem



Med:

This is just a shot in the dark, but when I originally installed that module I found that not all portions of it installed correctly.  To rememedy this, I used the following dos script to copy them into my perl directory:


for %a in (*.pm) do move %a c:/perl/<DESTDIR>/.

The equivalent in Unix is:

for a in `ls -1 *.p?`
do
mv $a /usr/<PERLDIR>/.
done


Basically, your ODI may not have installed itself correctly and you may have to do it by hand.  This is a problem I found on the NT system though, I've not installed this module in Unix.



mike


Search for: Match: Format: Sort by: