DLL libxml2.dll

Questions about Wine on Linux
Locked
schirrel
Newbie
Newbie
Posts: 1
Joined: Thu Jan 21, 2021 8:23 am

DLL libxml2.dll

Post by schirrel »

I am trying to run a software used at my office
And it says
err:module:import_dll Library libxml2.dll (which is needed by L"Z:\\home\\escritorio\\wfortuna.exe") not found
But u already have
1. Copy the libxml2.dll at system32 (i copy from a windows), and at other folders i have read that i should have the dll
It didn't have an effect at all

I also tried to register the dll

Code: Select all

wine regsvr32 libxml2.dll 
But the command returned

Code: Select all

Failed to load DLL libxml2.dll
It is an 'original' dll from a windows XP computer, which is the one this software is installed.

Is there something else i can do?
Locked