Do I need special librairy to make it work. I have this message in the report section.

XMP library is not available SXMP library is not available
Functions SXMP are not available on the system. XMP metadata will not be extracted.

Also, I specified field in CCK as specified in readme file and look at the help section and nothing seems to be working. Is it because of the missing librairy ?

Thanks for the help.

Comments

sw3b’s picture

Status: Active » Closed (works as designed)

After looking at logs I figured it was missing a config in php. Make the change and it work good !

Ive’s picture

Status: Closed (works as designed) » Active

Where can the library be found? How can they be installed?
There are no requirements described in the readme file.

jphautin’s picture

Using XMP is not as easy as exif or iptc. XMP is not provided in the core PHP librairies.
You can download the library here :
http://www.alexander-block.net/eng/Service/Downloads
But you will probably need to compile the library and its depencendies : XMPToolkit and so on (provided by Adobe).

sw3b’s picture

Status: Active » Closed (fixed)

Ok thanks for the feedback ! I manage to get all I need with EXIF as is.

greathonor’s picture

too bad my env is Windows. Or, anyone has the dll, perhaps?

stephane bouillet’s picture

Status: Closed (fixed) » Active

Hello,

I have the same message in the repports status page:

XMP library is not available	SXMP library is not available
Functions SXMP are not available on the system. XMP metadata will not be extracted.

So do I need to install the library in drupal or on the server (Ubuntu 10.04) ?

If Ubuntu, is there a special package(s) to install please ?

Thank you for response.

mikel1’s picture

sw3b, you posted that you were missing a config in php. Can you tell us what that config is? I'm seeing the same behavior. Thanks.

doitDave’s picture

Priority: Normal » Critical
Issue summary: View changes

The said library is not even available from the given link (anymore). I figure this renders the module useless so far, which is sad. What about removing the dependency? Anyone tried that? Would be really nice - since I do not need any XMP feature...

jphautin’s picture

Assigned: Unassigned » jphautin
Status: Active » Closed (works as designed)

the dependency was never required. the *warning* message is just to rember user using xmp that it will not work.