I want to restore my firebird 1.5 database backuped on Windows with gbak on a 2.5 Firebird database on Mac OS 10.10 with the following command
gbak -rep -r o -v -fix_fss_metadata ISO-8859-1 -fix_fss_data ISO-8859-1 -user SYSDBA -password masterkey /Users/admin/Downloads/THERIA/THERIA.fbk localhost:/SourceMediintel/BD/BDD/Theria.fdb
but I've the following error
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Library/Frameworks/Firebird.framework/Versions/A/Resources/bin/gbak Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime Referenced from: /Library/Frameworks/Firebird.framework/Versions/A/Resources/bin/gbak Expected in: /usr/lib/libSystem.B.dylib
After searching, I foud that I must update Mac OS beacuse this is was fixed from 10.12. Is this's the only way or there's another method to proceed ?
Many thank in advance for your help.