Alex, All the "Unable to load dynamic library" stuff indicates a borked PHP installation. It tries to load all those DLL's because they are listed in some config file (php.ini probably) and it can't find them in the specified location. Fix this first.
It also seems that the php.ini setting "short_open_tag" is off in your installation. It needs to be on or the DBpedia code won't run. Best, Richard On 13 May 2009, at 01:13, Alex wrote: > Hi all, > > I've recently been trying to the basic extraction framework running on > my PC using the latest SVN revision. However, I've immediately been > running into some strange errors... > > Environment: > * Windows Vista SP1 > * PHP 5.2.9 Full Installation (fresh) > * Command line (Powershell) > > From Jens' instructions in a previous message (Re: Navbox > templates) I > simply attempted to run extract_test.php from the command line. > > php -f extract_test.php > > This unfortunately gives me a host of error messages and warnings. > (Specifically, they are a set of "unable to find library", a set of > "cannot find module" and a "undefined function" error relating to the > parsePage function right at the end.) I've uploaded the entire > output of > the console from running that command at <http://pastebin.ca/1421092> > (it's most just source code of the files being parsed), so hopefully > it > will make sense to someone. I would very much appreciate some > assistance > in debugging what would seem to be a quite straightforward task. > > Thanks, > > Alex > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! > Your > production scanning environment may not be a perfect world - but > thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW > KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > Dbpedia-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
