Skip to content

Instantly share code, notes, and snippets.

@knarf-se
Created August 24, 2012 10:46
Show Gist options
  • Save knarf-se/3449017 to your computer and use it in GitHub Desktop.
Save knarf-se/3449017 to your computer and use it in GitHub Desktop.
Tilemill fails to start
path.existsSync is now called `fs.existsSync`.
module.js:485
process.dlopen(filename, module.exports);
^
Error: libmapnik.so.2.1: cannot open shared object file: No such file or directory
at Object.Module._extensions..node (module.js:485:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/usr/share/tilemill/node_modules/mapnik/lib/mapnik.js:3:14)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
path.existsSync is now called `fs.existsSync`.
module.js:485
process.dlopen(filename, module.exports);
^
Error: libmapnik.so.2.1: cannot open shared object file: No such file or directory
at Object.Module._extensions..node (module.js:485:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/usr/share/tilemill/node_modules/mapnik/lib/mapnik.js:3:14)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
path.existsSync is now called `fs.existsSync`.
module.js:485
process.dlopen(filename, module.exports);
^
Error: libmapnik.so.2.1: cannot open shared object file: No such file or directory
at Object.Module._extensions..node (module.js:485:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/usr/share/tilemill/node_modules/mapnik/lib/mapnik.js:3:14)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
path.existsSync is now called `fs.existsSync`.
module.js:485
process.dlopen(filename, module.exports);
^
Error: libmapnik.so.2.1: cannot open shared object file: No such file or directory
at Object.Module._extensions..node (module.js:485:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/usr/share/tilemill/node_modules/mapnik/lib/mapnik.js:3:14)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
path.existsSync is now called `fs.existsSync`.
tilemill: symbol lookup error: /usr/share/tilemill/node_modules/mapnik/lib/_mapnik.node: undefined symbol: _ZN2v814ObjectTemplate11SetAccessorENS_6HandleINS_6StringEEEPFNS1_INS_5ValueEEENS_5LocalIS2_EERKNS_12AccessorInfoEEPFvS7_NS6_IS4_EESA_ES5_NS_13AccessControlENS_17PropertyAttributeE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment