I have problems to compile cdrdao, it can't build libscg. I don't understand why, because libscsi is included with cdrdao, but i only have the librscg.
Anyone with the same problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you post some more details ? What error messages are you seeing ?
Note that you don't have to use the libscg and libschily libraries that are packaged with cdrdao. For example, if you have the 'cdrecord-devel' package, you can compile against those instead by doing
You should still be able to compile with the scsilib that's provided with cdrdao's tarball, and I'd like to know why that's not working. When running configure, at the end does it say 'Building scsilib : yes' ? If you just run 'make' in the scsilib subdirectory, does it compile correctly ?
-denis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I have problems to compile cdrdao, it can't build libscg. I don't understand why, because libscsi is included with cdrdao, but i only have the librscg.
Anyone with the same problem?
Can you post some more details ? What error messages are you seeing ?
Note that you don't have to use the libscg and libschily libraries that are packaged with cdrdao. For example, if you have the 'cdrecord-devel' package, you can compile against those instead by doing
configure --with-scglib-inc=/usr/include/schily --with-scglib-lib=/usr/lib
-denis
I didn't had the cdrecord libraries and includes on my Slackware system. I follow your suggestion and build cdrecord self and it works now!
Thanks.
You should still be able to compile with the scsilib that's provided with cdrdao's tarball, and I'd like to know why that's not working. When running configure, at the end does it say 'Building scsilib : yes' ? If you just run 'make' in the scsilib subdirectory, does it compile correctly ?
-denis