Hi alisario,
I can confirm that the ODS Framework package just installed fine for my on a newly compiled Virtuoso instance...
So, this must be something specific to your configuration/environment etc...
The debug output gives this -
- Code: Select all
42VAD Inexistent file resource (/usr/local/var/lib/virtuoso/vsp/./vad/vsp/wa/users/Readme.txt).
Does that file exist on your system?
If so, what are the permissions on the file and ALL the directories along the path.
- Code: Select all
ls -l /usr/local/var/lib/virtuoso/vsp/./vad/vsp/wa/users/Readme.txt
ls -l /usr/local/var/lib/virtuoso/vsp/./vad/vsp/wa/users
ls -l /usr/local/var/lib/virtuoso/vsp/./vad/vsp/wa
ls -l /usr/local/var/lib/virtuoso/vsp/./vad/vsp
ls -l /usr/local/var/lib/virtuoso/vsp/./vad
ls -l /usr/local/var/lib/virtuoso/vsp
... and so on....
Next, you state that Virtuoso built successfully...
Have you examined ALL the output in order to confirm this assertion to be true?
I ask this because the sheer volume of build information makes it incredibly easy to miss errors and failures.
In fact my own build contained a great number of warnings and some errors (pertaining to missing components) - yet, the
make still completed and I was able to start Virtuoso and install the ODS Framework package.
So, I would recommend that you build again and keep a close eye on the build output...
Regards,
Garry M. Biggs