-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to install #156
Comments
hello i tried all the different methods to install and run gigablast but i always fail and get errors does any one have the correct updated steps to run? |
the make command gets to the final stage where it seems all built but there is still eroors Lisa g++ -D_REENTRANT_ -D_CHECK_FORMAT_STRING_ -I. -g -Wall -pipe -fno-stack-protector -Wno-write-strings -Wstrict-aliasing=0 -Wno-uninitialized -DPTHREADS -Wno-unused-but-set-variable -o gb main.o UdpSlot.o Rebalance.o Msg13.o Mime.o PageGet.o PageHosts.o PageParser.o PageInject.o PagePerf.o PageReindex.o PageResults.o PageAddUrl.o PageRoot.o PageSockets.o PageStats.o PageTitledb.o PageAddColl.o hash.o Domains.o Collectiondb.o linkspam.o ip.o sort.o fctypes.o XmlNode.o XmlDoc.o Xml.o Words.o Url.o UdpServer.o Threads.o Titledb.o HashTable.o TcpServer.o Summary.o Spider.o Catdb.o RdbTree.o RdbScan.o RdbMerge.o RdbMap.o RdbMem.o RdbBuckets.o RdbList.o RdbDump.o RdbCache.o Rdb.o RdbBase.o Query.o Phrases.o Multicast.o Msg9b.o Msg8b.o Msg5.o Msg39.o Msg3.o Msg22.o Msg20.o Msg2.o Msg1.o Msg0.o Mem.o Matches.o Loop.o Log.o Lang.o Indexdb.o Posdb.o Clusterdb.o IndexList.o Revdb.o HttpServer.o HttpRequest.o HttpMime.o Hostdb.o Highlight.o File.o Errno.o Entities.o Dns.o Dir.o Conf.o Bits.o Stats.o BigFile.o Msg17.o Speller.o PingServer.o StopWords.o TopTree.o Parms.o Pages.o Unicode.o iana_charset.o Iso8859.o SearchInput.o Categories.o Msg2a.o PageCatdb.o PageDirectory.o SafeBuf.o Datedb.o UCNormalizer.o UCPropTable.o UnicodeProperties.o Pops.o Title.o Pos.o LangList.o Profiler.o AutoBan.o Msg3a.o HashTableT.o HashTableX.o PageLogView.o Msg1f.o Blaster.o MsgC.o PageSpam.o Proxy.o PageThreads.o Linkdb.o matches2.o LanguageIdentifier.o Language.o Repair.o Process.o Abbreviations.o RequestTable.o TuringTest.o Msg51.o geo_ip_table.o Msg40.o Msg4.o SpiderProxy.o LanguagePages.o Statsdb.o PageStatsdb.o PostQueryRerank.o Msge0.o Msge1.o CountryCode.o DailyMerge.o CatRec.o Tagdb.o Users.o Images.o Wiki.o Wiktionary.o Scraper.o Dates.o Sections.o SiteGetter.o Syncdb.o qa.o Placedb.o Address.o Test.o GeoIP.o GeoIPCity.o Synonyms.o Cachedb.o Monitordb.o dlstubs.o PageCrawlBot.o Json.o PageBasic.o Punycode.o Version.o -lm -lpthread -lssl -lcrypto ./libiconv64.a ./libz64.a |
hey whats up i will read your link reagrding FTBFS which i dont understand what you mean kind regards |
FTBFS - Failure To Build From Source - a common abbreviation. |
hello i did not still havea chance to see how i fixed mem.cpp but it seems you have commits that fixed it |
ok i dont have the eaxct fix code but i was readig my notes about its just a catch and throw error fix regards |
hello i was not able to replicate the error for the mem.cpp i tried to run on 16 and thats were i once got the mem.cpp issue which i dont get anymore but i get this issue ./libiconv.a no such fiel or driectory i cant solve this |
this should be the fix for your original mem.cpp error Are you using C++11 or later? The original operator new() declarations in C++98 nothrow: placement: nothrow: placement: --WITH THESE LINES ABOVE |
Are you building on 32bit architecture? I think d9fe286 fixes this problem. |
hello |
hello i now get this error Unicode.o: In function |
hello i tried the github pull/download souce code and then added your make file fix and the code compiles without errors seems the wget source code has some bugs |
hello i get a log file at log000 i have to check but for some reason ./gb -d just hangs not sure if it doesnt run on 32bit but with your make file fix and using the github clone source code it complies with no errors |
hello i ran make32 and that gives me missing files errors |
ok it works |
XmlDoc.h:63:10: fatal error: zlib.h: No such file or directory hello how you bben doing as far as i know its ubuntu 18 64bit well thxz |
this solved it sudo apt-get install libz-dev but not sure if it fully builds yet |
i got it to build with no errors on ubuntu 18 do you know? |
Did you ever get this to work without the core dump? |
hello how are you |
Unbuntu 20 was released October 2020. It seems you did not participate in many threads since then. However, I do see you made this comment last year: You did mention "I will try running it next week and post my steps here if it still works" but you never did |
hello i am win 10 pro
i have docker toolbox becuz my hypervisor for some reason stopped working, somthin to do with the processor
so i created an ubuntu conatiner
in there i git clone the repo
then i am in a folder called X that contains the folder open-soruce-search-engine
from folder X i run sudo dpkg -i open-soruce-search-engine but i receive the error
dpkg: error: archive 'open-source-search-engine' is not a regular file
Lisa
how do i solve this plz and thank you
The text was updated successfully, but these errors were encountered: